dev-ml/camldbm: Remove support for non-existent deps
authorMichał Górny <mgorny@gentoo.org>
Sun, 26 Aug 2018 09:18:00 +0000 (11:18 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 26 Aug 2018 09:18:00 +0000 (11:18 +0200)
dev-ml/camldbm/camldbm-1.0.ebuild

index 94941d45295588fb17cd873d58d9a9b1d65045b4..c6af754862f9d511a6c4e163a1b04cb6dd6e8904 100644 (file)
@@ -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" )