diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-05-09 16:31:49 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-09 16:31:49 -0400 |
commit | 82ce4423a6ec823c5351846645c6fcd9eac90e82 (patch) | |
tree | e7015f8aa7987d1bbcb0b14088f4a5da542eb52e /app-arch | |
parent | sys-apps/usbutils: arm64 stable (bug #685276) (diff) | |
download | gentoo-82ce4423a6ec823c5351846645c6fcd9eac90e82.tar.gz gentoo-82ce4423a6ec823c5351846645c6fcd9eac90e82.tar.bz2 gentoo-82ce4423a6ec823c5351846645c6fcd9eac90e82.zip |
app-arch/brotli: arm64 stable (bug #685120)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"
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 b84d981c77ce..33296502d107 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 |