diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-04-01 19:11:26 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-04-01 19:11:26 +0200 |
commit | 91deece98379f49c7589b63c34eb5914b716159b (patch) | |
tree | 52460888f4049651ca81da8255cdf713049c62d9 /app-arch | |
parent | sys-cluster/sanlock: x86 stable (bug #680850) (diff) | |
download | gentoo-91deece98379f49c7589b63c34eb5914b716159b.tar.gz gentoo-91deece98379f49c7589b63c34eb5914b716159b.tar.bz2 gentoo-91deece98379f49c7589b63c34eb5914b716159b.zip |
app-arch/lz4: x86 stable (bug #679896)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-arch')
-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 2e1e9dd145c9..ff8746282acf 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" |