diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-06-17 17:35:56 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-06-17 17:36:20 +0200 |
commit | f8986a4f14c229e9e867e015a0551aca8245b4a0 (patch) | |
tree | e7e6873ddcd0d8ead7b12fbb09e01f6652c0bb46 | |
parent | dev-python/whoosh: amd64 stable wrt bug #606394 (diff) | |
download | gentoo-f8986a4f14c229e9e867e015a0551aca8245b4a0.tar.gz gentoo-f8986a4f14c229e9e867e015a0551aca8245b4a0.tar.bz2 gentoo-f8986a4f14c229e9e867e015a0551aca8245b4a0.zip |
app-arch/lz4: amd64 stable wrt bug #621930
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | app-arch/lz4/lz4-1.7.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/lz4/lz4-1.7.5-r1.ebuild b/app-arch/lz4/lz4-1.7.5-r1.ebuild index aa2a609d185a..98cf5a47a9f5 100644 --- a/app-arch/lz4/lz4-1.7.5-r1.ebuild +++ b/app-arch/lz4/lz4-1.7.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 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" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="Extremely Fast Compression algorithm" |