Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lz4/
Date: Tue, 02 Jan 2018 08:14:05
Message-Id: 1514880837.e8d49893406f6390998bbdc5acef8fe195bde98a.slyfox@gentoo
1 commit: e8d49893406f6390998bbdc5acef8fe195bde98a
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 2 08:13:38 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 2 08:13:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8d49893
7
8 app-arch/lz4: stable 1.8.0 for hppa/ia64/ppc/ppc64, bug #643032
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11 RepoMan-Options: --include-arches="hppa ia64 ppc ppc64"
12
13 app-arch/lz4/lz4-1.8.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-arch/lz4/lz4-1.8.0.ebuild b/app-arch/lz4/lz4-1.8.0.ebuild
17 index 17840895424..c44da5e07a3 100644
18 --- a/app-arch/lz4/lz4-1.8.0.ebuild
19 +++ b/app-arch/lz4/lz4-1.8.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
27 EGIT_BRANCH=dev
28 else
29 SRC_URI="https://github.com/Cyan4973/lz4/archive/v${PV}.tar.gz -> ${P}.tar.gz"
30 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
31 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
32 fi
33
34 DESCRIPTION="Extremely Fast Compression algorithm"