mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ml/odns: revision bump
Makes sure odns doesn't get installed alongside ocaml-dns.
This commit is contained in:
committed by
Alexis Ballier
parent
01bc227730
commit
873e1d671d
@@ -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
|
||||
Reference in New Issue
Block a user