diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-06-14 13:18:06 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-06-14 13:42:47 +0200 |
commit | 38fd8cc411f0436673547543b5386c736806f8d7 (patch) | |
tree | b80d63f9911d9a0ba2aa3c37aa459e212d5621cb /dev-python/django-baker | |
parent | dev-python/django-appconf: Support newer python (diff) | |
download | gentoo-38fd8cc411f0436673547543b5386c736806f8d7.tar.gz gentoo-38fd8cc411f0436673547543b5386c736806f8d7.tar.bz2 gentoo-38fd8cc411f0436673547543b5386c736806f8d7.zip |
dev-python/django-baker: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/django-baker')
-rw-r--r-- | dev-python/django-baker/django-baker-0.11-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/django-baker/django-baker-0.11-r2.ebuild b/dev-python/django-baker/django-baker-0.11-r2.ebuild index a25acfe75d76..cd08ed5ad5f8 100644 --- a/dev-python/django-baker/django-baker-0.11-r2.ebuild +++ b/dev-python/django-baker/django-baker-0.11-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1 |