diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-03-11 22:41:45 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-03-11 22:41:45 +0000 |
commit | 2840f623981bfe4e61a5bd1270a1a1c84e84a302 (patch) | |
tree | 7c6f8d468e4ad4eb87f26fdccdbbc64b7fb6f030 /app-arch | |
parent | sys-apps/sysvinit: stable 2.93 for hppa, bug #679818 (diff) | |
download | gentoo-2840f623981bfe4e61a5bd1270a1a1c84e84a302.tar.gz gentoo-2840f623981bfe4e61a5bd1270a1a1c84e84a302.tar.bz2 gentoo-2840f623981bfe4e61a5bd1270a1a1c84e84a302.zip |
app-arch/lz4: stable 1.8.3 for hppa, bug #679896
Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-arch')
-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 838090be0155..a4485edfceab 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" |