diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2018-03-03 13:17:37 +0100 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2018-03-03 14:12:23 +0100 |
commit | 75a3c5a197051240c84cdb651cc9e9e28393f360 (patch) | |
tree | 576292a4a839e24e014344c177ed89d0b9cae588 /app-arch/lz4 | |
parent | sys-apps/lm_sensors-3.4.0_p20170901-r0: alpha stable (diff) | |
download | gentoo-75a3c5a197051240c84cdb651cc9e9e28393f360.tar.gz gentoo-75a3c5a197051240c84cdb651cc9e9e28393f360.tar.bz2 gentoo-75a3c5a197051240c84cdb651cc9e9e28393f360.zip |
app-arch/lz4-1.8.0-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/643032
Diffstat (limited to 'app-arch/lz4')
-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 6a58cc4aef1b..ac1e979b1561 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" |