diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2018-09-14 14:13:14 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2018-09-14 14:17:21 +0200 |
commit | 7c6ed071107ade64499f3e986ebd3c4485a01047 (patch) | |
tree | 3d6967264ff8ac4c897eaaf430b903c5f76d2333 /app-arch | |
parent | sys-apps/less-531-r0: alpha stable (diff) | |
download | gentoo-7c6ed071107ade64499f3e986ebd3c4485a01047.tar.gz gentoo-7c6ed071107ade64499f3e986ebd3c4485a01047.tar.bz2 gentoo-7c6ed071107ade64499f3e986ebd3c4485a01047.zip |
app-arch/lz4-1.8.2-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/665392
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/lz4/lz4-1.8.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/lz4/lz4-1.8.2.ebuild b/app-arch/lz4/lz4-1.8.2.ebuild index 6359c3f13897..f853a680f72b 100644 --- a/app-arch/lz4/lz4-1.8.2.ebuild +++ b/app-arch/lz4/lz4-1.8.2.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" |