diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-10 10:56:20 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-10 11:54:09 +0100 |
commit | c5a8f8db1fc3ecede3472b7ce446afd1c6f5f488 (patch) | |
tree | 5f49a64b32ceb72098519822f5c8a78419e02394 /virtual | |
parent | virtual/python-backports_abc: Add new virtual to support mixed module states (diff) | |
download | gentoo-c5a8f8db1fc3ecede3472b7ce446afd1c6f5f488.tar.gz gentoo-c5a8f8db1fc3ecede3472b7ce446afd1c6f5f488.tar.bz2 gentoo-c5a8f8db1fc3ecede3472b7ce446afd1c6f5f488.zip |
virtual/python-backports_abc: Add py2 and ypy support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/python-backports_abc/python-backports_abc-0.ebuild | 4 |
1 files 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 4ef0fd7a7e53..42e417c24360 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)" |