mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-ml/pcap-format: update HOMEPAGE
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
34
dev-ml/pcap-format/files/pcap-format-0.5.2-ounit2.patch
Normal file
34
dev-ml/pcap-format/files/pcap-format-0.5.2-ounit2.patch
Normal file
@@ -0,0 +1,34 @@
|
||||
From 463fad03eeb27c7d8613931f4173429ce0e5d3d1 Mon Sep 17 00:00:00 2001
|
||||
From: Alessandro-Barbieri <lssndrbarbieri@gmail.com>
|
||||
Date: Sat, 16 Apr 2022 20:16:39 +0200
|
||||
Subject: [PATCH] use ounit2
|
||||
|
||||
Signed-off-by: Alessandro-Barbieri <lssndrbarbieri@gmail.com>
|
||||
---
|
||||
lib_test/dune | 2 +-
|
||||
pcap-format.opam | 2 +-
|
||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/lib_test/dune b/lib_test/dune
|
||||
index 9eedff0..0a72894 100644
|
||||
--- a/lib_test/dune
|
||||
+++ b/lib_test/dune
|
||||
@@ -1,4 +1,4 @@
|
||||
(test
|
||||
(name test)
|
||||
(deps dhcp.pcap)
|
||||
- (libraries pcap-format oUnit))
|
||||
+ (libraries pcap-format ounit2))
|
||||
diff --git a/pcap-format.opam b/pcap-format.opam
|
||||
index 36a471f..87156b8 100644
|
||||
--- a/pcap-format.opam
|
||||
+++ b/pcap-format.opam
|
||||
@@ -11,7 +11,7 @@ depends: [
|
||||
"dune" {>= "1.0"}
|
||||
"cstruct" {>= "1.9.0"}
|
||||
"ppx_cstruct" {> "0"}
|
||||
- "ounit" {with-test}
|
||||
+ "ounit2" {with-test}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
Reference in New Issue
Block a user