diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-09-09 07:52:25 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-09-09 07:52:25 +0200 |
commit | bf87c602d358ae3eef410e97025e4fccf7ea01ad (patch) | |
tree | ec45a0247ee4879553d123bdd9288d2e8dc2c1cd /app-arch | |
parent | app-vim/pydiction: amd64 stable wrt bug #693124 (diff) | |
download | gentoo-bf87c602d358ae3eef410e97025e4fccf7ea01ad.tar.gz gentoo-bf87c602d358ae3eef410e97025e4fccf7ea01ad.tar.bz2 gentoo-bf87c602d358ae3eef410e97025e4fccf7ea01ad.zip |
app-arch/lz4: amd64 stable wrt bug #693734
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/lz4/lz4-1.9.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/lz4/lz4-1.9.2.ebuild b/app-arch/lz4/lz4-1.9.2.ebuild index 8dc140128e28..bf134ad79263 100644 --- a/app-arch/lz4/lz4-1.9.2.ebuild +++ b/app-arch/lz4/lz4-1.9.2.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" |