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/ocaml-base64/
Date: Thu, 14 Oct 2021 09:44:23
Message-Id: 1634204641.0dbd12bbed8ddf8f47aafee98342a2ef93abce36.sam@gentoo
1 commit: 0dbd12bbed8ddf8f47aafee98342a2ef93abce36
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 14 09:44:01 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 14 09:44:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dbd12bb
7
8 dev-ml/ocaml-base64: Stabilize 3.5.0 x86, #815910
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild b/dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild
16 index 389d8b0497a..8cd94a37b88 100644
17 --- a/dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild
18 +++ b/dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/mirage/ocaml-base64/archive/v${PV}.tar.gz -> ${P}.ta
20
21 LICENSE="ISC"
22 SLOT="0/${PV}"
23 -KEYWORDS="amd64 arm arm64 ppc ppc64 ~x86"
24 +KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
25 IUSE="+ocamlopt test"
26 RESTRICT="!test? ( test )"