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 2D6F1139694 for ; Thu, 16 Feb 2017 23:01:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9EF121C07B; Thu, 16 Feb 2017 23:01:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A68C421C07B for ; Thu, 16 Feb 2017 23:01:41 +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 246A2340FC1 for ; Thu, 16 Feb 2017 23:01:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 817DD4A4F for ; Thu, 16 Feb 2017 23:01:38 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1487286075.b526263be7b490e7f9efe904be4a3320fc864333.vapier@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: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: b526263be7b490e7f9efe904be4a3320fc864333 X-VCS-Branch: master Date: Thu, 16 Feb 2017 23:01:38 +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: 0823ffa3-464b-4bcc-b9be-f5f8019e9288 X-Archives-Hash: 7fbe3f27d7519d3aea46661a812dcbe8 commit: b526263be7b490e7f9efe904be4a3320fc864333 Author: Mike Frysinger gentoo org> AuthorDate: Thu Feb 16 21:47:55 2017 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Feb 16 23:01:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b526263b app-arch/pigz: add ia64/ppc/ppc64/s390/sh love to 2.3.4 app-arch/pigz/pigz-2.3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/pigz/pigz-2.3.4.ebuild b/app-arch/pigz/pigz-2.3.4.ebuild index 4a2265e14b..9d24d5a769 100644 --- a/app-arch/pigz/pigz-2.3.4.ebuild +++ b/app-arch/pigz/pigz-2.3.4.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://www.zlib.net/pigz/${P}.tar.gz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~mips ~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(+)]"