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 35B621388C1 for ; Tue, 10 Nov 2015 10:54:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BEB421C012; Tue, 10 Nov 2015 10:54:26 +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 529B921C004 for ; Tue, 10 Nov 2015 10:54:25 +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 35AA633FAAE for ; Tue, 10 Nov 2015 10:54:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A4FFA50 for ; Tue, 10 Nov 2015 10:54:20 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1447152849.c7588ea2c205555fae5b8435286afda7e9764bd0.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/python-singledispatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/python-singledispatch/python-singledispatch-0.ebuild X-VCS-Directories: virtual/python-singledispatch/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c7588ea2c205555fae5b8435286afda7e9764bd0 X-VCS-Branch: master Date: Tue, 10 Nov 2015 10:54:20 +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: a96801de-9150-4d05-936f-65a4269b983a X-Archives-Hash: 2b2673c8620e13a877e62aa3f318092c commit: c7588ea2c205555fae5b8435286afda7e9764bd0 Author: Justin Lecher gentoo org> AuthorDate: Tue Nov 10 07:52:58 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Nov 10 10:54:09 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7588ea2 virtual/python-singledispatch: Add missing KEYWRODS and python implementations Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> virtual/python-singledispatch/python-singledispatch-0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild index fef19ef..3b6f78f 100644 --- a/virtual/python-singledispatch/python-singledispatch-0.ebuild +++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) inherit python-r1 @@ -14,7 +14,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="" -RDEPEND="$(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_3)" +RDEPEND="$(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_3 pypy)"