diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-04-11 23:21:25 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-04-11 23:21:25 -0400 |
commit | 33c32bd873ee10bc6b748014e2c88645b3429f23 (patch) | |
tree | 2bd66a6707d19ec52ea522781c1fd3b851be5313 /app-arch/lz4 | |
parent | sys-apps/systemd: arm64 stable (bug #682468) (diff) | |
download | gentoo-33c32bd873ee10bc6b748014e2c88645b3429f23.tar.gz gentoo-33c32bd873ee10bc6b748014e2c88645b3429f23.tar.bz2 gentoo-33c32bd873ee10bc6b748014e2c88645b3429f23.zip |
app-arch/lz4: arm64 stable (bug #679896)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'app-arch/lz4')
-rw-r--r-- | app-arch/lz4/lz4-1.8.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/lz4/lz4-1.8.3.ebuild b/app-arch/lz4/lz4-1.8.3.ebuild index ff8746282acf..deb36c097e16 100644 --- a/app-arch/lz4/lz4-1.8.3.ebuild +++ b/app-arch/lz4/lz4-1.8.3.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_BRANCH=dev else SRC_URI="https://github.com/Cyan4973/lz4/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="Extremely Fast Compression algorithm" |