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/pigz/
Date: Thu, 09 Mar 2017 17:07:06
Message-Id: 1489079215.49fb8a218fcbf16c7e1e0dbb8ead7a3fe18f3f50.mattst88@gentoo
1 commit: 49fb8a218fcbf16c7e1e0dbb8ead7a3fe18f3f50
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 9 17:06:12 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 9 17:06:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49fb8a21
7
8 app-arch/pigz: sparc stable
9
10 app-arch/pigz/pigz-2.3.4.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/app-arch/pigz/pigz-2.3.4.ebuild b/app-arch/pigz/pigz-2.3.4.ebuild
14 index 710f990ab3d..82295edd82b 100644
15 --- a/app-arch/pigz/pigz-2.3.4.ebuild
16 +++ b/app-arch/pigz/pigz-2.3.4.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 @@ -11,7 +11,7 @@ SRC_URI="http://www.zlib.net/pigz/${P}.tar.gz"
24
25 LICENSE="ZLIB"
26 SLOT="0"
27 -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~ppc-macos ~sparc64-solaris"
28 +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~ppc-macos ~sparc64-solaris"
29 IUSE="static symlink test"
30
31 LIB_DEPEND="sys-libs/zlib[static-libs(+)]"