diff options
Diffstat (limited to 'dev-python/filemagic/filemagic-1.6.ebuild')
-rw-r--r-- | dev-python/filemagic/filemagic-1.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/filemagic/filemagic-1.6.ebuild b/dev-python/filemagic/filemagic-1.6.ebuild index cb3b965f7cc7..979106328f59 100644 --- a/dev-python/filemagic/filemagic-1.6.ebuild +++ b/dev-python/filemagic/filemagic-1.6.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI="6" -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4,3_5} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) inherit distutils-r1 DESCRIPTION="A Python API for libmagic, the library behind the Unix file command" |