From 10fcb28aeb3bca0c0f057dd91bb1204b40615f8f Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sat, 29 Oct 2016 19:04:02 -0400 Subject: [PATCH] dev-python/django-celery: fix metadata Package-Manager: portage-2.3.2 --- dev-python/django-celery/django-celery-3.1.16.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/django-celery/django-celery-3.1.16.ebuild b/dev-python/django-celery/django-celery-3.1.16.ebuild index b1be19bf448a5..9b24d42c5e4dd 100644 --- a/dev-python/django-celery/django-celery-3.1.16.ebuild +++ b/dev-python/django-celery/django-celery-3.1.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,7 +21,7 @@ IUSE="doc examples test" # with ValueError: save() prohibited to prevent data loss due to # unsaved related object 'interval'. -PY2_USEDEP=$(python_gen_usedep python2_7) +PY2_USEDEP=$(python_gen_usedep 'python2*') RDEPEND=">=dev-python/celery-3.1.15[${PYTHON_USEDEP}] >dev-python/django-1.4[${PYTHON_USEDEP}] <=dev-python/django-1.7.11[${PYTHON_USEDEP}] @@ -39,7 +39,7 @@ DEPEND="${RDEPEND} dev-python/python-memcached[${PY2_USEDEP}] )" -PY27_REQUSE="$(python_gen_useflags 'python2.7')" +PY27_REQUSE="$(python_gen_useflags 'python2*')" REQUIRED_USE=" doc? ( ${PY27_REQUSE} )"