Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/zstd/
Date: Wed, 24 May 2017 19:13:41
Message-Id: 1495653197.d5e99b022585d3b4752f98cf5540f3c9d676db36.blueness@gentoo
1 commit: d5e99b022585d3b4752f98cf5540f3c9d676db36
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 24 19:13:17 2017 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Wed May 24 19:13:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5e99b02
7
8 app-arch/zstd: keyworded on ppc and ppc64, bug #619590
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 app-arch/zstd/zstd-1.1.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-arch/zstd/zstd-1.1.3.ebuild b/app-arch/zstd/zstd-1.1.3.ebuild
16 index f82a2029ba6..1a74f9d8b34 100644
17 --- a/app-arch/zstd/zstd-1.1.3.ebuild
18 +++ b/app-arch/zstd/zstd-1.1.3.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/facebook/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
25 IUSE="static-libs"
26
27 src_compile() {