diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-03-16 22:38:44 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-03-16 22:55:04 +0000 |
commit | 31b66afd1e26b0397167e7b8a1ac09fbd4d0b1e0 (patch) | |
tree | bc8e8a2dd8a0f128a54832993ced93c232af9ea6 /app-arch/lz4 | |
parent | media-libs/libshout: stable 2.4.1-r2 for ppc64, bug #679660 (diff) | |
download | gentoo-31b66afd1e26b0397167e7b8a1ac09fbd4d0b1e0.tar.gz gentoo-31b66afd1e26b0397167e7b8a1ac09fbd4d0b1e0.tar.bz2 gentoo-31b66afd1e26b0397167e7b8a1ac09fbd4d0b1e0.zip |
app-arch/lz4: stable 1.8.3 for ppc64, bug #679896
Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-arch/lz4')
-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 31afebecc631..2e1e9dd145c9 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" |