diff options
author | Matthew Brewer <tomboy64@sina.cn> | 2015-10-16 14:17:53 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-10-16 17:10:15 +0200 |
commit | 873e1d671d1bf5da6a09e3fc8089cb1cde3f3663 (patch) | |
tree | f5911b26e0e3b8d8c2135ebab88be6cc2653c236 /dev-ml/odns | |
parent | dev-java/java-service-wrapper: Clean up old. (diff) | |
download | gentoo-873e1d671d1bf5da6a09e3fc8089cb1cde3f3663.tar.gz gentoo-873e1d671d1bf5da6a09e3fc8089cb1cde3f3663.tar.bz2 gentoo-873e1d671d1bf5da6a09e3fc8089cb1cde3f3663.zip |
dev-ml/odns: revision bump
Makes sure odns doesn't get installed alongside ocaml-dns.
Diffstat (limited to 'dev-ml/odns')
-rw-r--r-- | dev-ml/odns/odns-0.3-r1.ebuild (renamed from dev-ml/odns/odns-0.3.ebuild) | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-ml/odns/odns-0.3.ebuild b/dev-ml/odns/odns-0.3-r1.ebuild index b2671781a3e2..0b3b02fea7f8 100644 --- a/dev-ml/odns/odns-0.3.ebuild +++ b/dev-ml/odns/odns-0.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,11 @@ SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="" -RDEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt]" +# It is ancient and upstream is dead. Consider using ocaml-dns instead. +RDEPEND=" + >=dev-lang/ocaml-3.10.2:=[ocamlopt] + !dev-ml/ocaml-dns +" DEPEND="${RDEPEND}" CLIBS="" # Workaround for bug #422683 |