mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-ml/ocaml-dns: fix build with latest ocaml-ipaddr
Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
12
dev-ml/ocaml-dns/files/ipaddr.patch
Normal file
12
dev-ml/ocaml-dns/files/ipaddr.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
Index: ocaml-dns-0.20.1/_tags
|
||||
===================================================================
|
||||
--- ocaml-dns-0.20.1.orig/_tags
|
||||
+++ ocaml-dns-0.20.1/_tags
|
||||
@@ -9,6 +9,7 @@ true : package(re re.str ipaddr uri base
|
||||
"lwt": include
|
||||
<lwt/*.{ml,mli}>: package(lwt mirage-profile)
|
||||
<lwt/dig_unix.*>: package(cmdliner lwt.unix uri.services ipaddr.unix lwt)
|
||||
+<lwt/dns_*_unix.*>: package(ipaddr.unix)
|
||||
<lib/zone_parser.*>: package(uri.services)
|
||||
<mirage/*.{ml,mli}>: package(lwt duration mirage-time-lwt)
|
||||
<mirage/*.{ml,mli}>: package(mirage-stack-lwt mirage-kv-lwt)
|
||||
@@ -44,7 +44,7 @@ DEPEND="
|
||||
RESTRICT="test"
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}/uri.patch"
|
||||
epatch "${FILESDIR}/uri.patch" "${FILESDIR}/ipaddr.patch"
|
||||
default
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user