Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/pixz/
Date: Thu, 29 Aug 2019 01:56:08
Message-Id: 1567043755.b46cf646bf07a863100351530204f275093062e0.mattst88@gentoo
1 commit: b46cf646bf07a863100351530204f275093062e0
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 29 01:55:23 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 29 01:55:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b46cf646
7
8 app-arch/pixz-1.0.6: sparc stable
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 app-arch/pixz/pixz-1.0.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-arch/pixz/pixz-1.0.6.ebuild b/app-arch/pixz/pixz-1.0.6.ebuild
16 index bd8d4125bb5..f4bb78275ca 100644
17 --- a/app-arch/pixz/pixz-1.0.6.ebuild
18 +++ b/app-arch/pixz/pixz-1.0.6.ebuild
19 @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
20 inherit git-r3 autotools
21 else
22 SRC_URI="https://github.com/vasi/pixz/releases/download/v${PV}/${P}.tar.xz"
23 - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
24 + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
25 fi
26
27 DESCRIPTION="Parallel Indexed XZ compressor"