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:47:08
Message-Id: 1618728360.071f30bfefafc941c72aff8c5d0390b43ecd2895.sam@gentoo
1 commit: 071f30bfefafc941c72aff8c5d0390b43ecd2895
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 06:46:00 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 06:46:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=071f30bf
7
8 dev-ml/camldbm: Stabilize 1.2 amd64, #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 516340830e0..2c331f04db6 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]"