summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-02-07 07:35:02 +0100
committerThomas Deutschmann <whissi@gentoo.org>2018-02-07 07:37:12 +0100
commit7499901862ddbd3f95111543ddb7e5e35179d276 (patch)
tree1ec7f2e7a619c252e77401b8c8e8b87d22d4d4be /app-arch
parentnet-misc/curl: x86 stable (bug #645698) (diff)
downloadgentoo-7499901862ddbd3f95111543ddb7e5e35179d276.tar.gz
gentoo-7499901862ddbd3f95111543ddb7e5e35179d276.tar.bz2
gentoo-7499901862ddbd3f95111543ddb7e5e35179d276.zip
app-arch/brotli: x86 stable (bug #645698)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/brotli/brotli-1.0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/brotli/brotli-1.0.2.ebuild b/app-arch/brotli/brotli-1.0.2.ebuild
index b787d9919a8a..ea0a2daeddf8 100644
--- a/app-arch/brotli/brotli-1.0.2.ebuild
+++ b/app-arch/brotli/brotli-1.0.2.ebuild
@@ -29,7 +29,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3
else
PATCHES=( "${FILESDIR}"/${P}-no-rpath.patch )
- KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux"
+ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
fi