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 D7BDC1382C5 for ; Mon, 12 Mar 2018 00:51:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26CF4E0821; Mon, 12 Mar 2018 00:51:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 060A1E0821 for ; Mon, 12 Mar 2018 00:51:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B9C2335C09 for ; Mon, 12 Mar 2018 00:51:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D00FE240 for ; Mon, 12 Mar 2018 00:51:00 +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: <1520815847.31e746b028d752ef03f20d021866198260d7a907.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/subprocess32/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/subprocess32/subprocess32-3.2.7.ebuild X-VCS-Directories: dev-python/subprocess32/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 31e746b028d752ef03f20d021866198260d7a907 X-VCS-Branch: master Date: Mon, 12 Mar 2018 00:51:00 +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: 80854990-c09c-43f1-a5bd-ef0f59f6f22c X-Archives-Hash: 37e82967d540a1866dd6540939b18397 commit: 31e746b028d752ef03f20d021866198260d7a907 Author: Matt Turner gentoo org> AuthorDate: Mon Mar 12 00:39:19 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Mar 12 00:50:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e746b0 dev-python/subprocess32-3.2.7: added ~ppc64, bug 622420 dev-python/subprocess32/subprocess32-3.2.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/subprocess32/subprocess32-3.2.7.ebuild b/dev-python/subprocess32/subprocess32-3.2.7.ebuild index a46f4523c4b..80b70d306c5 100644 --- a/dev-python/subprocess32/subprocess32-3.2.7.ebuild +++ b/dev-python/subprocess32/subprocess32-3.2.7.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2" SLOT="0" -KEYWORDS="amd64 ~arm64 x86" +KEYWORDS="amd64 ~arm64 ~ppc64 x86" IUSE="test" PATCHES=( "${FILESDIR}"/${P}-sandbox-test-fix.patch )