forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-ml/ocaml-dns: fix build with latest ocaml-ipaddr
Package-Manager: Portage-2.3.6, Repoman-2.3.2
- Loading branch information
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters