diff options
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/odns/odns-0.3-r1.ebuild | 3 |
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}" |