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 03C8D138330 for ; Sun, 9 Oct 2016 08:13:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15AEAE0994; Sun, 9 Oct 2016 08:13:17 +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 EC6ECE0994 for ; Sun, 9 Oct 2016 08:13:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E4F3E3415D7 for ; Sun, 9 Oct 2016 08:13:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A2212492 for ; Sun, 9 Oct 2016 08:13:13 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1476000774.0a3d8ac86e2cd7206dc96935dcbf9b220281a3dc.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xcffib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/xcffib/xcffib-0.4.2.ebuild X-VCS-Directories: dev-python/xcffib/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 0a3d8ac86e2cd7206dc96935dcbf9b220281a3dc X-VCS-Branch: master Date: Sun, 9 Oct 2016 08:13:13 +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: e9351b96-f779-4e32-8272-9c44fb09b4bc X-Archives-Hash: 7cf39b88c48c04aba236cf0fd4725278 commit: 0a3d8ac86e2cd7206dc96935dcbf9b220281a3dc Author: Jeroen Roovers gentoo org> AuthorDate: Sun Oct 9 08:11:03 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Oct 9 08:12:54 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3d8ac8 dev-python/xcffib: Mark ~ppc64 (bug #593058). Package-Manager: portage-2.3.1 RepoMan-Options: --ignore-arches dev-python/xcffib/xcffib-0.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/xcffib/xcffib-0.4.2.ebuild b/dev-python/xcffib/xcffib-0.4.2.ebuild index 3db55a8..c57415d 100644 --- a/dev-python/xcffib/xcffib-0.4.2.ebuild +++ b/dev-python/xcffib/xcffib-0.4.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="test" COMMON_DEPEND="x11-libs/libxcb"