diff options
author | Markus Meier <maekke@gentoo.org> | 2018-03-23 05:47:58 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2018-03-23 05:47:58 +0100 |
commit | eb7774e0817034946dcfc3a788c4c6bf98cd462f (patch) | |
tree | 16e1d3c4411dff8b23e6fe21934b2b4928126578 | |
parent | sys-process/time: arm stable, bug #643016 (diff) | |
download | gentoo-eb7774e0817034946dcfc3a788c4c6bf98cd462f.tar.gz gentoo-eb7774e0817034946dcfc3a788c4c6bf98cd462f.tar.bz2 gentoo-eb7774e0817034946dcfc3a788c4c6bf98cd462f.zip |
app-arch/lz4: arm stable, bug #643032
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"
-rw-r--r-- | app-arch/lz4/lz4-1.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/lz4/lz4-1.8.0.ebuild b/app-arch/lz4/lz4-1.8.0.ebuild index ac1e979b1561..e2cc72e82f06 100644 --- a/app-arch/lz4/lz4-1.8.0.ebuild +++ b/app-arch/lz4/lz4-1.8.0.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 ~x64-macos" + KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos" fi DESCRIPTION="Extremely Fast Compression algorithm" |