Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/pigz/
Date: Wed, 02 Feb 2022 10:48:58
Message-Id: 1643798899.0e854cfdd60cb5e7c3699ee22e110fd9b29d622c.sam@gentoo
1 commit: 0e854cfdd60cb5e7c3699ee22e110fd9b29d622c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 2 10:48:19 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 2 10:48:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e854cfd
7
8 app-arch/pigz: Stabilize 2.6 hppa, #832535
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-arch/pigz/pigz-2.6.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-arch/pigz/pigz-2.6.ebuild b/app-arch/pigz/pigz-2.6.ebuild
16 index 73d2eb703ca9..94c255643611 100644
17 --- a/app-arch/pigz/pigz-2.6.ebuild
18 +++ b/app-arch/pigz/pigz-2.6.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -11,7 +11,7 @@ SRC_URI="https://www.zlib.net/pigz/${P}.tar.gz"
26
27 LICENSE="ZLIB"
28 SLOT="0"
29 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~ppc-macos ~sparc64-solaris"
30 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~ppc-macos ~sparc64-solaris"
31 IUSE="static symlink test"
32 RESTRICT="!test? ( test )"