From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C664613989D for ; Wed, 26 Aug 2015 07:28:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9A5FE0885; Wed, 26 Aug 2015 07:28:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8B6AE0882 for ; Wed, 26 Aug 2015 07:28:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19539340B74 for ; Wed, 26 Aug 2015 07:28:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0620216D for ; Wed, 26 Aug 2015 07:28:46 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1440573991.7a4c8f6550716cf64b5312eda8bbfac19f09c63a.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtar/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libtar/libtar-1.2.20-r3.ebuild X-VCS-Directories: dev-libs/libtar/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 7a4c8f6550716cf64b5312eda8bbfac19f09c63a X-VCS-Branch: master Date: Wed, 26 Aug 2015 07:28:46 +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: ab68ad51-0037-4dba-a5d5-09ba56a79074 X-Archives-Hash: 470c39bd552fef899b44774eedc4879c commit: 7a4c8f6550716cf64b5312eda8bbfac19f09c63a Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Aug 26 07:26:31 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Aug 26 07:26:31 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a4c8f65 dev-libs/libtar: ppc stable wrt bug #487686 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc" dev-libs/libtar/libtar-1.2.20-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libtar/libtar-1.2.20-r3.ebuild b/dev-libs/libtar/libtar-1.2.20-r3.ebuild index 9740a0e..af9b25b 100644 --- a/dev-libs/libtar/libtar-1.2.20-r3.ebuild +++ b/dev-libs/libtar/libtar-1.2.20-r3.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ppc ~ppc64 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="static-libs zlib" RDEPEND="zlib? ( sys-libs/zlib )