Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/pixz/
Date: Sat, 28 Sep 2019 21:04:14
Message-Id: 1569704545.a1adeb76ebc3ae8fc14bd5b62b29a5c098093b33.vapier@gentoo
1 commit: a1adeb76ebc3ae8fc14bd5b62b29a5c098093b33
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 28 21:01:50 2019 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 28 21:02:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1adeb76
7
8 app-arch/pixz: mark hppa/ia64/s390/sh stable
9
10 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
11
12 app-arch/pixz/pixz-1.0.6-r1.ebuild | 4 ++--
13 app-arch/pixz/pixz-9999.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-arch/pixz/pixz-1.0.6-r1.ebuild b/app-arch/pixz/pixz-1.0.6-r1.ebuild
17 index 7e207659629..37d6b9ffdf6 100644
18 --- a/app-arch/pixz/pixz-1.0.6-r1.ebuild
19 +++ b/app-arch/pixz/pixz-1.0.6-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="6"
26 @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
27 inherit git-r3 autotools
28 else
29 SRC_URI="https://github.com/vasi/pixz/releases/download/v${PV}/${P}.tar.xz"
30 - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
31 + KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
32 fi
33
34 DESCRIPTION="Parallel Indexed XZ compressor"
35
36 diff --git a/app-arch/pixz/pixz-9999.ebuild b/app-arch/pixz/pixz-9999.ebuild
37 index 488b2bce873..a1998849bea 100644
38 --- a/app-arch/pixz/pixz-9999.ebuild
39 +++ b/app-arch/pixz/pixz-9999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2017 Gentoo Foundation
42 +# Copyright 1999-2019 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI="6"