diff --git a/dev-python/filemagic/filemagic-1.6.ebuild b/dev-python/filemagic/filemagic-1.6.ebuild index fa9eed4ff1a0c..0398d416e1775 100644 --- a/dev-python/filemagic/filemagic-1.6.ebuild +++ b/dev-python/filemagic/filemagic-1.6.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="6" -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +EAPI=6 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 DESCRIPTION="A Python API for libmagic, the library behind the Unix file command"