From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 02FB8139694 for ; Thu, 9 Mar 2017 17:07:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37731E0C5C; Thu, 9 Mar 2017 17:07:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1434EE0C5C for ; Thu, 9 Mar 2017 17:07:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E14E341694 for ; Thu, 9 Mar 2017 17:07:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9C366266 for ; Thu, 9 Mar 2017 17:07:02 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1489079215.49fb8a218fcbf16c7e1e0dbb8ead7a3fe18f3f50.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/pigz/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/pigz/pigz-2.3.4.ebuild X-VCS-Directories: app-arch/pigz/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 49fb8a218fcbf16c7e1e0dbb8ead7a3fe18f3f50 X-VCS-Branch: master Date: Thu, 9 Mar 2017 17:07:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a2c0828f-53be-45e4-8054-a66b84eae6cd X-Archives-Hash: 6ac2c7b3e3111a37ac8a38c0823ab566 commit: 49fb8a218fcbf16c7e1e0dbb8ead7a3fe18f3f50 Author: Matt Turner gentoo org> AuthorDate: Thu Mar 9 17:06:12 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Mar 9 17:06:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49fb8a21 app-arch/pigz: sparc stable app-arch/pigz/pigz-2.3.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/pigz/pigz-2.3.4.ebuild b/app-arch/pigz/pigz-2.3.4.ebuild index 710f990ab3d..82295edd82b 100644 --- a/app-arch/pigz/pigz-2.3.4.ebuild +++ b/app-arch/pigz/pigz-2.3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="http://www.zlib.net/pigz/${P}.tar.gz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~ppc-macos ~sparc64-solaris" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~ppc-macos ~sparc64-solaris" IUSE="static symlink test" LIB_DEPEND="sys-libs/zlib[static-libs(+)]"