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: Fri, 07 Sep 2018 22:55:06
Message-Id: 1536360889.1d123aa70e01ad765af5aff12d34d6fd8179ca92.slyfox@gentoo
1 commit: 1d123aa70e01ad765af5aff12d34d6fd8179ca92
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 7 22:52:55 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 7 22:54:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d123aa7
7
8 app-arch/lz4: stable 1.8.2 for ppc, bug #665392
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11 RepoMan-Options: --include-arches="ppc"
12
13 app-arch/lz4/lz4-1.8.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-arch/lz4/lz4-1.8.2.ebuild b/app-arch/lz4/lz4-1.8.2.ebuild
17 index e8d5d4ad685..89361f673ef 100644
18 --- a/app-arch/lz4/lz4-1.8.2.ebuild
19 +++ b/app-arch/lz4/lz4-1.8.2.ebuild
20 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
21 EGIT_BRANCH=dev
22 else
23 SRC_URI="https://github.com/Cyan4973/lz4/archive/v${PV}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos"
25 + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos"
26 fi
27
28 DESCRIPTION="Extremely Fast Compression algorithm"