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/zarith/
Date: Sun, 18 Apr 2021 06:48:52
Message-Id: 1618728515.b205fb612c148fdc44e78422912cc75d08accdfe.sam@gentoo
1 commit: b205fb612c148fdc44e78422912cc75d08accdfe
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 06:48:35 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 06:48:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b205fb61
7
8 dev-ml/zarith: Stabilize 1.12 ppc, #783585
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ml/zarith/zarith-1.12.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ml/zarith/zarith-1.12.ebuild b/dev-ml/zarith/zarith-1.12.ebuild
16 index 77ef6cb19c9..c3d8469ffaf 100644
17 --- a/dev-ml/zarith/zarith-1.12.ebuild
18 +++ b/dev-ml/zarith/zarith-1.12.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml/Zarith/archive/release-${PV}.tar.gz -> ${P}.ta
20
21 LICENSE="LGPL-2.1-with-linking-exception"
22 SLOT="0/${PV}"
23 -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86"
24 +KEYWORDS="amd64 ~arm ~arm64 ppc ~x86"
25 IUSE="doc mpir +ocamlopt"
26 RESTRICT="!ocamlopt? ( test )"