diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-26 11:18:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-26 11:18:00 +0200 |
commit | f22cbdfe6c9bb61f1a75d23db5e343dc61b6ecd2 (patch) | |
tree | da5280f08cbef27b1995094b6ee6cad277b1b338 /dev-ml/camldbm | |
parent | dev-ml/cairo-ocaml: Remove support for non-existent deps (diff) | |
download | gentoo-f22cbdfe6c9bb61f1a75d23db5e343dc61b6ecd2.tar.gz gentoo-f22cbdfe6c9bb61f1a75d23db5e343dc61b6ecd2.tar.bz2 gentoo-f22cbdfe6c9bb61f1a75d23db5e343dc61b6ecd2.zip |
dev-ml/camldbm: Remove support for non-existent deps
Diffstat (limited to 'dev-ml/camldbm')
-rw-r--r-- | dev-ml/camldbm/camldbm-1.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-ml/camldbm/camldbm-1.0.ebuild b/dev-ml/camldbm/camldbm-1.0.ebuild index 94941d452955..c6af754862f9 100644 --- a/dev-ml/camldbm/camldbm-1.0.ebuild +++ b/dev-ml/camldbm/camldbm-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,9 +14,8 @@ SLOT="0/${PV}" KEYWORDS="amd64 arm ppc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" -DEPEND="|| ( >=sys-libs/gdbm-1.9.1-r2[berkdb] <sys-libs/gdbm-1.9.1-r2 ) - >=dev-lang/ocaml-3.12:=[ocamlopt] - !<dev-lang/ocaml-4[gdbm]" +DEPEND=">=sys-libs/gdbm-1.9.1-r2[berkdb] + >=dev-lang/ocaml-3.12:=[ocamlopt]" RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/hasgotfix.patch" "${FILESDIR}/include_fix.patch" ) |