Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/zstd/
Date: Sat, 28 Oct 2017 22:54:06
Message-Id: 1509231227.567c13b68f8466d87275c1690a0cc9f47f4573d1.slyfox@gentoo
1 commit: 567c13b68f8466d87275c1690a0cc9f47f4573d1
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 28 22:53:37 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 28 22:53:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=567c13b6
7
8 app-arch/zstd: stable 1.1.3 for ppc64, bug #631642
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11 RepoMan-Options: --include-arches="ppc64"
12
13 app-arch/zstd/zstd-1.1.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-arch/zstd/zstd-1.1.3.ebuild b/app-arch/zstd/zstd-1.1.3.ebuild
17 index 2dd395e86c4..ae29c4fbab9 100644
18 --- a/app-arch/zstd/zstd-1.1.3.ebuild
19 +++ b/app-arch/zstd/zstd-1.1.3.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/facebook/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
21
22 LICENSE="BSD"
23 SLOT="0"
24 -KEYWORDS="amd64 arm ~mips ppc ~ppc64 x86"
25 +KEYWORDS="amd64 arm ~mips ppc ppc64 x86"
26 IUSE="static-libs"
27
28 src_compile() {