diff options
Diffstat (limited to 'dev-python/pies/pies-2.6.3.ebuild')
-rw-r--r-- | dev-python/pies/pies-2.6.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pies/pies-2.6.3.ebuild b/dev-python/pies/pies-2.6.3.ebuild index f66b01a..55a98ee 100644 --- a/dev-python/pies/pies-2.6.3.ebuild +++ b/dev-python/pies/pies-2.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,6 +21,6 @@ IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND=" $(python_gen_cond_dep 'dev-python/pies2overrides[${PYTHON_USEDEP}]' python2_7) - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python{2_7,3_3})" + virtual/python-enum34[${PYTHON_USEDEP}]" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |