diff --git a/dev-python/pyinsane/pyinsane-2.0.10.ebuild b/dev-python/pyinsane/pyinsane-2.0.10.ebuild index c1bb4b1380a15..601103ec150e8 100644 --- a/dev-python/pyinsane/pyinsane-2.0.10.ebuild +++ b/dev-python/pyinsane/pyinsane-2.0.10.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/pyinsane/pyinsane-2.0.12-r1.ebuild b/dev-python/pyinsane/pyinsane-2.0.12-r1.ebuild index 715fc0d6213c6..5dba141787559 100644 --- a/dev-python/pyinsane/pyinsane-2.0.12-r1.ebuild +++ b/dev-python/pyinsane/pyinsane-2.0.12-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/pyinsane/pyinsane-2.0.13.ebuild b/dev-python/pyinsane/pyinsane-2.0.13.ebuild index ea0d6273576ce..2f964f566218f 100644 --- a/dev-python/pyinsane/pyinsane-2.0.13.ebuild +++ b/dev-python/pyinsane/pyinsane-2.0.13.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1