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/parmap/
Date: Sat, 02 Oct 2021 19:17:48
Message-Id: 1633202250.389ef345324e5b648555c3ef64db8808aae8e6aa.sam@gentoo
1 commit: 389ef345324e5b648555c3ef64db8808aae8e6aa
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 2 19:17:30 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 2 19:17:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389ef345
7
8 dev-ml/parmap: Stabilize 1.2.3 x86, #804783
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ml/parmap/parmap-1.2.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ml/parmap/parmap-1.2.3.ebuild b/dev-ml/parmap/parmap-1.2.3.ebuild
16 index 813012844e0..437de198846 100644
17 --- a/dev-ml/parmap/parmap-1.2.3.ebuild
18 +++ b/dev-ml/parmap/parmap-1.2.3.ebuild
19 @@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${MY_PV/+/-}"
20
21 LICENSE="LGPL-2-with-linking-exception"
22 SLOT="0/${PV}"
23 -KEYWORDS="amd64 arm arm64 ppc ppc64 ~x86"
24 +KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
25 IUSE="+ocamlopt"
26
27 BDEPEND="dev-ml/dune-configurator"