diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-12 19:18:13 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-12 19:18:13 +0300 |
commit | ebc5cebbeafd8ce80d18b307efb92e1060152d44 (patch) | |
tree | 8ef4fdf6db814fa7c58de4e51b539b7a2d2393f3 /app-arch | |
parent | app-text/docbook-sgml-dtd: s390/sh/m68k stable wrt bug #666826 (diff) | |
download | gentoo-ebc5cebbeafd8ce80d18b307efb92e1060152d44.tar.gz gentoo-ebc5cebbeafd8ce80d18b307efb92e1060152d44.tar.bz2 gentoo-ebc5cebbeafd8ce80d18b307efb92e1060152d44.zip |
app-arch/lz4: s390/sh/m68k stable wrt bug #665392
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/lz4/lz4-1.8.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/lz4/lz4-1.8.2.ebuild b/app-arch/lz4/lz4-1.8.2.ebuild index e33dd12d0c37..d81702967f3f 100644 --- a/app-arch/lz4/lz4-1.8.2.ebuild +++ b/app-arch/lz4/lz4-1.8.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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" |