Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/
Date: Sun, 26 Aug 2018 09:39:50
Message-Id: 1535275080.f22cbdfe6c9bb61f1a75d23db5e343dc61b6ecd2.mgorny@gentoo
1 commit: f22cbdfe6c9bb61f1a75d23db5e343dc61b6ecd2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 09:18:00 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 09:18:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f22cbdfe
7
8 dev-ml/camldbm: Remove support for non-existent deps
9
10 dev-ml/camldbm/camldbm-1.0.ebuild | 7 +++----
11 1 file changed, 3 insertions(+), 4 deletions(-)
12
13 diff --git a/dev-ml/camldbm/camldbm-1.0.ebuild b/dev-ml/camldbm/camldbm-1.0.ebuild
14 index 94941d45295..c6af754862f 100644
15 --- a/dev-ml/camldbm/camldbm-1.0.ebuild
16 +++ b/dev-ml/camldbm/camldbm-1.0.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2013 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -14,9 +14,8 @@ SLOT="0/${PV}"
24 KEYWORDS="amd64 arm ppc x86 ~amd64-fbsd ~x86-fbsd"
25 IUSE=""
26
27 -DEPEND="|| ( >=sys-libs/gdbm-1.9.1-r2[berkdb] <sys-libs/gdbm-1.9.1-r2 )
28 - >=dev-lang/ocaml-3.12:=[ocamlopt]
29 - !<dev-lang/ocaml-4[gdbm]"
30 +DEPEND=">=sys-libs/gdbm-1.9.1-r2[berkdb]
31 + >=dev-lang/ocaml-3.12:=[ocamlopt]"
32 RDEPEND="${DEPEND}"
33
34 PATCHES=( "${FILESDIR}/hasgotfix.patch" "${FILESDIR}/include_fix.patch" )