dev-ml/odns: revision bump
authorMatthew Brewer <tomboy64@sina.cn>
Fri, 16 Oct 2015 12:17:53 +0000 (14:17 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Fri, 16 Oct 2015 15:10:15 +0000 (17:10 +0200)
Makes sure odns doesn't get installed alongside ocaml-dns.

dev-ml/odns/odns-0.3-r1.ebuild [moved from dev-ml/odns/odns-0.3.ebuild with 77% similarity]

similarity index 77%
rename from dev-ml/odns/odns-0.3.ebuild
rename to dev-ml/odns/odns-0.3-r1.ebuild
index b2671781a3e2a63f28cdafd34ca259a5cb8b26fd..0b3b02fea7f85c42d106996a524353025ff33ee2 100644 (file)
@@ -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