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 10AA51384B4 for ; Thu, 26 Nov 2015 19:23:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8858D21C056; Thu, 26 Nov 2015 19:23:42 +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 2B06121C056 for ; Thu, 26 Nov 2015 19:23:42 +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 4896233E2EB for ; Thu, 26 Nov 2015 19:23:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BE2799D for ; Thu, 26 Nov 2015 19:23:35 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1448565801.082dd7df4ef85c2f666694440c3f162d86016c79.maekke@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: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 082dd7df4ef85c2f666694440c3f162d86016c79 X-VCS-Branch: master Date: Thu, 26 Nov 2015 19:23:35 +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: aede0252-671a-4b81-86b9-88818639c065 X-Archives-Hash: c1fe96656ace321451bfbb1cadef765a commit: 082dd7df4ef85c2f666694440c3f162d86016c79 Author: Markus Meier gentoo org> AuthorDate: Thu Nov 26 19:23:21 2015 +0000 Commit: Markus Meier gentoo org> CommitDate: Thu Nov 26 19:23:21 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=082dd7df dev-python/singledispatch: arm stable, bug #549898 Package-Manager: portage-2.2.25 RepoMan-Options: --include-arches="arm" 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 9b04773..e23c97b 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}]"