From 0d9eb4d33f7f3e34f4a42396684ab1e2e9a23a57 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 30 Mar 2019 15:43:27 +0100 Subject: [PATCH] virtual/python-enum34: pypy3 no longer requires enum34 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/682012 Signed-off-by: Michał Górny --- .../{python-enum34-1.ebuild => python-enum34-2.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename virtual/python-enum34/{python-enum34-1.ebuild => python-enum34-2.ebuild} (86%) diff --git a/virtual/python-enum34/python-enum34-1.ebuild b/virtual/python-enum34/python-enum34-2.ebuild similarity index 86% rename from virtual/python-enum34/python-enum34-1.ebuild rename to virtual/python-enum34/python-enum34-2.ebuild index cd977436439e..0d67c5d7b349 100644 --- a/virtual/python-enum34/python-enum34-1.ebuild +++ b/virtual/python-enum34/python-enum34-2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 ) @@ -14,4 +14,4 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' \ - 'python2*' python3_3 'pypy*')" + 'python2*' python3_3 pypy)" -- 2.26.2