diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-05-13 03:27:42 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-05-13 03:40:46 +0200 |
commit | 613cb861a329b256d961709cc3352fafb867e605 (patch) | |
tree | 760443fb3ee5ee0f9c3c34f2d8a96abc1e520d4d /app-arch/brotli/brotli-1.0.7.ebuild | |
parent | sys-fs/cryptsetup: x86 stable (bug #669640) (diff) | |
download | gentoo-613cb861a329b256d961709cc3352fafb867e605.tar.gz gentoo-613cb861a329b256d961709cc3352fafb867e605.tar.bz2 gentoo-613cb861a329b256d961709cc3352fafb867e605.zip |
app-arch/brotli: x86 stable (bug #685120)
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-arch/brotli/brotli-1.0.7.ebuild')
-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 6d12f3262487..196a748599e6 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 |