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 7FD901388BF for ; Mon, 11 Jan 2016 09:56:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DE0321C044; Mon, 11 Jan 2016 09:56:13 +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 8725D21C041 for ; Mon, 11 Jan 2016 09:56:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF2293408CF for ; Mon, 11 Jan 2016 09:56:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA1BDE68 for ; Mon, 11 Jan 2016 09:56:06 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1452506131.5fe162d0628c2a4408e97ef80ee9a4c42529d1e1.ago@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: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 5fe162d0628c2a4408e97ef80ee9a4c42529d1e1 X-VCS-Branch: master Date: Mon, 11 Jan 2016 09:56:06 +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: f67df6f9-108b-473f-8502-c9eea8ef70fd X-Archives-Hash: 4a0f54fd42c0dcae9df48953e58292bf commit: 5fe162d0628c2a4408e97ef80ee9a4c42529d1e1 Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Jan 11 09:55:31 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Jan 11 09:55:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fe162d0 dev-python/singledispatch: ia64 stable wrt bug #549898 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo gentoo.org> 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 9fb7bac..4a59d74 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}]"