diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2018-01-02 15:52:45 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-01-02 19:54:20 +0000 |
commit | fd87932b9f18d8354f3f936966c43429c28dbbe4 (patch) | |
tree | 66cd305dbeb627ed0d2d4b5827b6e9d5063e5289 /app-arch/lz4 | |
parent | www-misc/htdig: stable 3.2.0_beta6-r5 for sparc, bug #632338 (diff) | |
download | gentoo-fd87932b9f18d8354f3f936966c43429c28dbbe4.tar.gz gentoo-fd87932b9f18d8354f3f936966c43429c28dbbe4.tar.bz2 gentoo-fd87932b9f18d8354f3f936966c43429c28dbbe4.zip |
app-arch/lz4: stable 1.8.0 for sparc, bug #643032
Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"
Diffstat (limited to 'app-arch/lz4')
-rw-r--r-- | app-arch/lz4/lz4-1.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/lz4/lz4-1.8.0.ebuild b/app-arch/lz4/lz4-1.8.0.ebuild index c44da5e07a39..daa605b9674c 100644 --- a/app-arch/lz4/lz4-1.8.0.ebuild +++ b/app-arch/lz4/lz4-1.8.0.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-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" |