Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/pixz/
Date: Tue, 29 May 2018 11:17:51
Message-Id: 1527592438.11e0870e6b8cc9d9b67462f6877fcb50b6055bd7.whissi@gentoo
1 commit: 11e0870e6b8cc9d9b67462f6877fcb50b6055bd7
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 29 11:13:58 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue May 29 11:13:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e0870e
7
8 app-arch/pixz: x86 stable (bug #644624)
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-arch/pixz/pixz-1.0.6.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-arch/pixz/pixz-1.0.6.ebuild b/app-arch/pixz/pixz-1.0.6.ebuild
16 index 488b2bce873..7f7eb5c348f 100644
17 --- a/app-arch/pixz/pixz-1.0.6.ebuild
18 +++ b/app-arch/pixz/pixz-1.0.6.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="6"
25 @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
26 inherit git-r3 autotools
27 else
28 SRC_URI="https://github.com/vasi/pixz/releases/download/v${PV}/${P}.tar.xz"
29 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
30 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
31 fi
32
33 DESCRIPTION="Parallel Indexed XZ compressor"