diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-01-02 08:13:38 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-01-02 08:13:57 +0000 |
commit | e8d49893406f6390998bbdc5acef8fe195bde98a (patch) | |
tree | 38ecf1cf565f3ce007557255105592ae3c22d222 /app-arch/lz4 | |
parent | media-sound/clementine: Added sub-slot dep for dev-libs/libcdio. (diff) | |
download | gentoo-e8d49893406f6390998bbdc5acef8fe195bde98a.tar.gz gentoo-e8d49893406f6390998bbdc5acef8fe195bde98a.tar.bz2 gentoo-e8d49893406f6390998bbdc5acef8fe195bde98a.zip |
app-arch/lz4: stable 1.8.0 for hppa/ia64/ppc/ppc64, bug #643032
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa ia64 ppc ppc64"
Diffstat (limited to 'app-arch/lz4')
-rw-r--r-- | app-arch/lz4/lz4-1.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/lz4/lz4-1.8.0.ebuild b/app-arch/lz4/lz4-1.8.0.ebuild index 17840895424d..c44da5e07a39 100644 --- a/app-arch/lz4/lz4-1.8.0.ebuild +++ b/app-arch/lz4/lz4-1.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # 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-linux ~x86-linux ~x64-macos" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" fi DESCRIPTION="Extremely Fast Compression algorithm" |