diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-12-23 19:55:28 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-12-23 19:55:56 +0100 |
commit | a25bf666547e038344c30ac95fafa25ab05284eb (patch) | |
tree | d9cf8a63393c7c8da7a703d1f158e180d71e5918 /dev-python/django-filer | |
parent | sci-biology/allpathslg: Drop old (diff) | |
download | gentoo-a25bf666547e038344c30ac95fafa25ab05284eb.tar.gz gentoo-a25bf666547e038344c30ac95fafa25ab05284eb.tar.bz2 gentoo-a25bf666547e038344c30ac95fafa25ab05284eb.zip |
Drop unsupported python implementations
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/django-filer')
-rw-r--r-- | dev-python/django-filer/django-filer-0.9.12.ebuild | 2 | ||||
-rw-r--r-- | dev-python/django-filer/django-filer-1.0.4.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/django-filer/django-filer-0.9.12.ebuild b/dev-python/django-filer/django-filer-0.9.12.ebuild index 00a41bc0e309..85a7eedd67cf 100644 --- a/dev-python/django-filer/django-filer-0.9.12.ebuild +++ b/dev-python/django-filer/django-filer-0.9.12.ebuild @@ -4,7 +4,7 @@ EAPI="5" -PYTHON_COMPAT=( python{2_{6,7},3_{3,4}} ) +PYTHON_COMPAT=( python{2_7,3_{3,4}} ) inherit distutils-r1 diff --git a/dev-python/django-filer/django-filer-1.0.4.ebuild b/dev-python/django-filer/django-filer-1.0.4.ebuild index b2ca6fa07919..b8186fa1c06c 100644 --- a/dev-python/django-filer/django-filer-1.0.4.ebuild +++ b/dev-python/django-filer/django-filer-1.0.4.ebuild @@ -4,7 +4,7 @@ EAPI="5" -PYTHON_COMPAT=( python{2_{6,7},3_{3,4}} ) +PYTHON_COMPAT=( python{2_7,3_{3,4}} ) inherit distutils-r1 |