commit: 10fcb28aeb3bca0c0f057dd91bb1204b40615f8f Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sat Oct 29 23:04:02 2016 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Oct 29 23:14:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10fcb28a
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 b1be19b..9b24d42 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} )"