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 1A83B1388C1 for ; Tue, 10 Nov 2015 10:54:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FA4021C01C; Tue, 10 Nov 2015 10:54:29 +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 ACDF221C01E for ; Tue, 10 Nov 2015 10:54:26 +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 9F22D340686 for ; Tue, 10 Nov 2015 10:54:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 611422425 for ; Tue, 10 Nov 2015 10:54:21 +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.c5a8f8db1fc3ecede3472b7ce446afd1c6f5f488.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/python-backports_abc/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/python-backports_abc/python-backports_abc-0.ebuild X-VCS-Directories: virtual/python-backports_abc/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c5a8f8db1fc3ecede3472b7ce446afd1c6f5f488 X-VCS-Branch: master Date: Tue, 10 Nov 2015 10:54:21 +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: f3f4410c-26f6-4d7b-956b-dd26c76b6402 X-Archives-Hash: 59deb78c80e4f9cce018cb376f0b80cb commit: c5a8f8db1fc3ecede3472b7ce446afd1c6f5f488 Author: Justin Lecher gentoo org> AuthorDate: Tue Nov 10 09:56:20 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=c5a8f8db virtual/python-backports_abc: Add py2 and ypy support Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> virtual/python-backports_abc/python-backports_abc-0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virtual/python-backports_abc/python-backports_abc-0.ebuild b/virtual/python-backports_abc/python-backports_abc-0.ebuild index 4ef0fd7..42e417c 100644 --- a/virtual/python-backports_abc/python-backports_abc-0.ebuild +++ b/virtual/python-backports_abc/python-backports_abc-0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python3_{3,4,5} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) inherit python-r1 @@ -20,4 +20,4 @@ IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep 'dev-python/backports-abc[${PYTHON_USEDEP}]' python3_3)" + $(python_gen_cond_dep 'dev-python/backports-abc[${PYTHON_USEDEP}]' python2_7 python3_3 pypy)"