Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/dune-private-libs/
Date: Tue, 07 Dec 2021 20:25:36
Message-Id: 1638908721.1ba46bf9b00f197ab765ca3c5f47d2915b1f4e95.arthurzam@gentoo
1 commit: 1ba46bf9b00f197ab765ca3c5f47d2915b1f4e95
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 7 20:25:01 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 7 20:25:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba46bf9
7
8 dev-ml/dune-private-libs: Stabilize 2.9.1 ppc64, #817752
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-ml/dune-private-libs/dune-private-libs-2.9.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ml/dune-private-libs/dune-private-libs-2.9.1.ebuild b/dev-ml/dune-private-libs/dune-private-libs-2.9.1.ebuild
16 index 7b6b59feb352..f25dbd8af4b9 100644
17 --- a/dev-ml/dune-private-libs/dune-private-libs-2.9.1.ebuild
18 +++ b/dev-ml/dune-private-libs/dune-private-libs-2.9.1.ebuild
19 @@ -12,7 +12,7 @@ S="${WORKDIR}/dune-${PV}"
20
21 LICENSE="Apache-2.0"
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 )"