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:44:25
Message-Id: 1618728247.3de159e691534cfa18cc0109d8234e066c1fd23f.sam@gentoo
1 commit: 3de159e691534cfa18cc0109d8234e066c1fd23f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 06:44:07 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 06:44:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de159e6
7
8 dev-ml/camldbm: Stabilize 1.2 arm, #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 4b6ad3aee3d..8965120fd91 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]"