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 CAA9A1384B4 for ; Tue, 24 Nov 2015 09:37:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4356021C047; Tue, 24 Nov 2015 09:37:31 +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 7C81A21C043 for ; Tue, 24 Nov 2015 09:37:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC873340545 for ; Tue, 24 Nov 2015 09:37:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 274AA106A for ; Tue, 24 Nov 2015 09:37:26 +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: <1448357817.d25976f54c206b4960d5c04c23e38a6f76298df8.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/python-asyncio/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/python-asyncio/python-asyncio-0.ebuild X-VCS-Directories: virtual/python-asyncio/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: d25976f54c206b4960d5c04c23e38a6f76298df8 X-VCS-Branch: master Date: Tue, 24 Nov 2015 09:37:26 +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: e7f33ef4-2e55-4226-a7d3-6d61351b63cf X-Archives-Hash: 660ea82a3a353a8a066727893a053887 commit: d25976f54c206b4960d5c04c23e38a6f76298df8 Author: Jeroen Roovers gentoo org> AuthorDate: Tue Nov 24 09:30:04 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Nov 24 09:36:57 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d25976f5 virtual/python-asyncio: Stable for PPC64 (bug #549898). Package-Manager: portage-2.2.25 RepoMan-Options: --ignore-arches virtual/python-asyncio/python-asyncio-0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/python-asyncio/python-asyncio-0.ebuild b/virtual/python-asyncio/python-asyncio-0.ebuild index 3802fc7..ca2fbb9 100644 --- a/virtual/python-asyncio/python-asyncio-0.ebuild +++ b/virtual/python-asyncio/python-asyncio-0.ebuild @@ -14,7 +14,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc x86" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}"