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/cmdliner/
Date: Wed, 28 Oct 2020 03:36:40
Message-Id: 1603855919.dde24b58aea4b7eef315b8b93f0bf0b3bb93cbea.sam@gentoo
1 commit: dde24b58aea4b7eef315b8b93f0bf0b3bb93cbea
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 28 03:31:59 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 28 03:31:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde24b58
7
8 dev-ml/cmdliner: ppc64 keyworded (bug #748576)
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-ml/cmdliner/cmdliner-1.0.4.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-ml/cmdliner/cmdliner-1.0.4.ebuild b/dev-ml/cmdliner/cmdliner-1.0.4.ebuild
17 index f6e0b62888f..eaae576d4f2 100644
18 --- a/dev-ml/cmdliner/cmdliner-1.0.4.ebuild
19 +++ b/dev-ml/cmdliner/cmdliner-1.0.4.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="http://erratique.ch/software/${PN}/releases/${P}.tbz"
21
22 LICENSE="ISC"
23 SLOT="0/${PV}"
24 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
25 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
26 IUSE="+ocamlopt test"
27 RESTRICT="!test? ( test )"