summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-10-06 15:17:21 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-10-06 15:21:11 +0200
commit86d33a7e5855010c1af8a0b9636c353b6d204e8d (patch)
treefa4975493c034ad3902650a7d8d73a8f971c7a83 /dev-ml
parentdev-ml/dns-lwt-unix: update dns dep (diff)
downloadgentoo-86d33a7e5855010c1af8a0b9636c353b6d204e8d.tar.gz
gentoo-86d33a7e5855010c1af8a0b9636c353b6d204e8d.tar.bz2
gentoo-86d33a7e5855010c1af8a0b9636c353b6d204e8d.zip
dev-ml/odns: block dev-ml/dns too
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/odns/odns-0.3-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ml/odns/odns-0.3-r1.ebuild b/dev-ml/odns/odns-0.3-r1.ebuild
index 7fb39b7df3bf..d330c21321f0 100644
--- a/dev-ml/odns/odns-0.3-r1.ebuild
+++ b/dev-ml/odns/odns-0.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -17,6 +17,7 @@ IUSE=""
# It is ancient and upstream is dead. Consider using ocaml-dns instead.
RDEPEND="
>=dev-lang/ocaml-3.10.2:=[ocamlopt]
+ !dev-ml/dns
!dev-ml/ocaml-dns
"
DEPEND="${RDEPEND}"