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 DB37A1384AE for ; Sat, 19 Sep 2015 19:22:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E6C6E0858; Sat, 19 Sep 2015 19:22:54 +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 B4FAFE0858 for ; Sat, 19 Sep 2015 19:22:53 +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 9C80233BF0C for ; Sat, 19 Sep 2015 19:22:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8395118C for ; Sat, 19 Sep 2015 19:22:50 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1442690504.8f19a56567b2e629664bcd94310caec4abe0ef5f.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cddb-py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cddb-py/cddb-py-1.4-r1.ebuild X-VCS-Directories: dev-python/cddb-py/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 8f19a56567b2e629664bcd94310caec4abe0ef5f X-VCS-Branch: master Date: Sat, 19 Sep 2015 19:22:50 +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: fc56e393-7523-4a4e-8226-09b3bbfb19ab X-Archives-Hash: 2a7fdfee73d09b1b329c6e955740786e commit: 8f19a56567b2e629664bcd94310caec4abe0ef5f Author: Patrice Clement gentoo org> AuthorDate: Sat Sep 19 17:39:29 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Sep 19 19:21:44 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f19a565 dev-python/cddb-py: Stable for ppc+ppc64. Fixes bug 559290. Package-Manager: portage-2.2.18 Signed-off-by: Patrice Clement gentoo.org> dev-python/cddb-py/cddb-py-1.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cddb-py/cddb-py-1.4-r1.ebuild b/dev-python/cddb-py/cddb-py-1.4-r1.ebuild index c9fd342..0c00639 100644 --- a/dev-python/cddb-py/cddb-py-1.4-r1.ebuild +++ b/dev-python/cddb-py/cddb-py-1.4-r1.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/cddb-py/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~ia64 ppc ppc64 ~sparc ~x86" IUSE="" S="${WORKDIR}/${MY_P}"