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 3B5191388C1 for ; Tue, 24 Nov 2015 09:37:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26AE221C04D; Tue, 24 Nov 2015 09:37:32 +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 A0BF121C049 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 E0A9334068A 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 39ADA1074 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: <1448357821.cf6e6bf1af48da2b8329a47d545c9a85c7c17a42.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/singledispatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/singledispatch/singledispatch-3.4.0.3.ebuild X-VCS-Directories: dev-python/singledispatch/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: cf6e6bf1af48da2b8329a47d545c9a85c7c17a42 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: e5b77545-2833-4d3a-93b1-c06992cf7446 X-Archives-Hash: de4b6f356303a7974b1ccec151f5976a commit: cf6e6bf1af48da2b8329a47d545c9a85c7c17a42 Author: Jeroen Roovers gentoo org> AuthorDate: Tue Nov 24 09:31:53 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Nov 24 09:37:01 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf6e6bf1 dev-python/singledispatch: Stable for PPC64 (bug #549898). Package-Manager: portage-2.2.25 RepoMan-Options: --ignore-arches dev-python/singledispatch/singledispatch-3.4.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild b/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild index aae0b0a..9b04773 100644 --- a/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild +++ b/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PF}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"