diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2019-05-08 20:37:52 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-05-08 20:55:23 +0100 |
commit | 8f85523a87ce2228542a5fe30f99a143706e95af (patch) | |
tree | a0e63a07f7d7810f42235ce4f42e51dae1496fd3 /app-arch | |
parent | dev-lang/spidermonkey: x86 stable (diff) | |
download | gentoo-8f85523a87ce2228542a5fe30f99a143706e95af.tar.gz gentoo-8f85523a87ce2228542a5fe30f99a143706e95af.tar.bz2 gentoo-8f85523a87ce2228542a5fe30f99a143706e95af.zip |
app-arch/brotli: stable 1.0.7 for sparc, bug #685120
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/brotli/brotli-1.0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/brotli/brotli-1.0.7.ebuild b/app-arch/brotli/brotli-1.0.7.ebuild index 6f3e4837617d..b84d981c77ce 100644 --- a/app-arch/brotli/brotli-1.0.7.ebuild +++ b/app-arch/brotli/brotli-1.0.7.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 |