diff options
author | 2018-11-24 10:58:53 +0000 | |
---|---|---|
committer | 2018-11-24 10:59:51 +0000 | |
commit | d5ed25dfc9c44428834011a0395fce897611bfdc (patch) | |
tree | bb485756e15c9ef4ca7103b13b0f424d342e2bd7 /app-arch | |
parent | www-servers/lighttpd: Drop old (diff) | |
download | gentoo-d5ed25dfc9c44428834011a0395fce897611bfdc.tar.gz gentoo-d5ed25dfc9c44428834011a0395fce897611bfdc.tar.bz2 gentoo-d5ed25dfc9c44428834011a0395fce897611bfdc.zip |
app-arch/brotli: stable 1.0.6-r1 for ppc64, bug #668496
Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/brotli/brotli-1.0.6-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/brotli/brotli-1.0.6-r1.ebuild b/app-arch/brotli/brotli-1.0.6-r1.ebuild index 757311fd8ede..2b200f0bcd4d 100644 --- a/app-arch/brotli/brotli-1.0.6-r1.ebuild +++ b/app-arch/brotli/brotli-1.0.6-r1.ebuild @@ -29,7 +29,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/google/${PN}.git" inherit git-r3 else - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris" SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" fi |