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:45:29
Message-Id: 1618728300.82cffa59e4144c177ab87442013cdbc7159b4c1a.sam@gentoo
1 commit: 82cffa59e4144c177ab87442013cdbc7159b4c1a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 06:45:00 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 06:45:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82cffa59
7
8 dev-ml/camldbm: Stabilize 1.2 x86, #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 8965120fd91..516340830e0 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]"