diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-09-07 16:50:04 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-09-07 16:50:04 +0300 |
commit | c0def13e67048cbf7e858176949c31d60d91900b (patch) | |
tree | 8c2fd123da44fdc84fc5070c015094178365f036 | |
parent | dev-lang/python-exec: amd64 stable wrt bug #665406 (diff) | |
download | gentoo-c0def13e67048cbf7e858176949c31d60d91900b.tar.gz gentoo-c0def13e67048cbf7e858176949c31d60d91900b.tar.bz2 gentoo-c0def13e67048cbf7e858176949c31d60d91900b.zip |
app-arch/lz4: amd64 stable wrt bug #665392
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-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 0fc870435ede..cef640f33220 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" |