commit: c5a8f8db1fc3ecede3472b7ce446afd1c6f5f488
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 10 09:56:20 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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)"