Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/
Date: Sun, 18 Apr 2021 06:48:52
Message-Id: 1618728507.2ce1560cdf4e72f837a483c6678f94625f4feaaf.sam@gentoo
1 commit: 2ce1560cdf4e72f837a483c6678f94625f4feaaf
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 06:48:27 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 06:48:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ce1560c
7
8 dev-ml/camldbm: Stabilize 1.2 ppc, #783570
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ml/camldbm/camldbm-1.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ml/camldbm/camldbm-1.2.ebuild b/dev-ml/camldbm/camldbm-1.2.ebuild
16 index 2c331f04db6..e8ed8d0f97e 100644
17 --- a/dev-ml/camldbm/camldbm-1.2.ebuild
18 +++ b/dev-ml/camldbm/camldbm-1.2.ebuild
19 @@ -10,7 +10,7 @@ S="${WORKDIR}/dbm-${P}"
20
21 LICENSE="LGPL-2-with-linking-exception"
22 SLOT="0/${PV}"
23 -KEYWORDS="amd64 arm ~ppc x86"
24 +KEYWORDS="amd64 arm ppc x86"
25
26 DEPEND=">=sys-libs/gdbm-1.9.1-r2[berkdb]
27 >=dev-lang/ocaml-3.12:=[ocamlopt]"