diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-09-26 23:05:38 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-09-26 23:05:38 +0300 |
commit | 09fe65ed336fb070fbf62a53a82e1430089f36dc (patch) | |
tree | 35658526be9847e687f3c05452e696f17ce1161c /app-arch/lz4 | |
parent | app-arch/lz4: m68k stable wrt bug #693734 (diff) | |
download | gentoo-09fe65ed336fb070fbf62a53a82e1430089f36dc.tar.gz gentoo-09fe65ed336fb070fbf62a53a82e1430089f36dc.tar.bz2 gentoo-09fe65ed336fb070fbf62a53a82e1430089f36dc.zip |
app-arch/lz4: sh stable wrt bug #693734
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="sh"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-arch/lz4')
-rw-r--r-- | app-arch/lz4/lz4-1.9.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/lz4/lz4-1.9.2.ebuild b/app-arch/lz4/lz4-1.9.2.ebuild index 575fffcb5aa3..f49e9816e094 100644 --- a/app-arch/lz4/lz4-1.9.2.ebuild +++ b/app-arch/lz4/lz4-1.9.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 ~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" |