diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2018-01-05 22:02:56 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-01-05 23:49:10 +0000 |
commit | 6ec1f09176f3547546d3226e2f7675d25c69ea70 (patch) | |
tree | 3377cea62e01058069735cc3db528e31ebc6fcc7 /app-arch | |
parent | app-crypt/gpgme: partial revert unauthorized da9631f50 (diff) | |
download | gentoo-6ec1f09176f3547546d3226e2f7675d25c69ea70.tar.gz gentoo-6ec1f09176f3547546d3226e2f7675d25c69ea70.tar.bz2 gentoo-6ec1f09176f3547546d3226e2f7675d25c69ea70.zip |
app-arch/brotli: keyworded 1.0.2 for sparc, bug #643182
Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/brotli/brotli-1.0.2.ebuild | 2 |
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 b2991a9b89aa..0a289fcba48b 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="~amd64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 ~sparc ~x86 ~amd64-linux ~x86-linux" SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" fi |