commit: 86d33a7e5855010c1af8a0b9636c353b6d204e8d
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 6 13:17:21 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Oct 6 13:21:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d33a7e
dev-ml/odns: block dev-ml/dns too
Package-Manager: Portage-2.3.11, Repoman-2.3.3
dev-ml/odns/odns-0.3-r1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-ml/odns/odns-0.3-r1.ebuild b/dev-ml/odns/odns-0.3-r1.ebuild
index 7fb39b7df3b..d330c21321f 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}"