mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
dev-ml/vhd: update HOMEPAGE
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
36
dev-ml/vhd/files/vhd-0.12.2-ounit2.patch
Normal file
36
dev-ml/vhd/files/vhd-0.12.2-ounit2.patch
Normal file
@@ -0,0 +1,36 @@
|
||||
From 8a0acca0482680b120f6a4f5434dde7d9d240c16 Mon Sep 17 00:00:00 2001
|
||||
From: Alessandro-Barbieri <lssndrbarbieri@gmail.com>
|
||||
Date: Sat, 16 Apr 2022 20:05:20 +0200
|
||||
Subject: [PATCH] use ounit2
|
||||
|
||||
Signed-off-by: Alessandro-Barbieri <lssndrbarbieri@gmail.com>
|
||||
---
|
||||
vhd-format-lwt.opam | 2 +-
|
||||
vhd_format_lwt_test/dune | 2 +-
|
||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/vhd-format-lwt.opam b/vhd-format-lwt.opam
|
||||
index 1e57f03..e92913f 100644
|
||||
--- a/vhd-format-lwt.opam
|
||||
+++ b/vhd-format-lwt.opam
|
||||
@@ -11,7 +11,7 @@ depends: [
|
||||
"cstruct"
|
||||
"lwt" {>= "3.2.0"}
|
||||
"mirage-block" {>= "2.0.1"}
|
||||
- "ounit" {with-test}
|
||||
+ "ounit2" {with-test}
|
||||
"vhd-format"
|
||||
"io-page-unix" {with-test}
|
||||
"dune" {>= "1.0"}
|
||||
diff --git a/vhd_format_lwt_test/dune b/vhd_format_lwt_test/dune
|
||||
index f1ef8ec..43309d7 100644
|
||||
--- a/vhd_format_lwt_test/dune
|
||||
+++ b/vhd_format_lwt_test/dune
|
||||
@@ -1,6 +1,6 @@
|
||||
(executable
|
||||
(name parse_test)
|
||||
- (libraries cstruct disk io-page.unix lwt lwt.unix oUnit vhd-format
|
||||
+ (libraries cstruct disk io-page.unix lwt lwt.unix ounit2 vhd-format
|
||||
vhd_format_lwt))
|
||||
|
||||
(alias
|
||||
Reference in New Issue
Block a user