diff --git a/dev-python/llfuse/llfuse-1.3.2.ebuild b/dev-python/llfuse/llfuse-1.3.2.ebuild index a2a5f20732473..800e130cbaa54 100644 --- a/dev-python/llfuse/llfuse-1.3.2.ebuild +++ b/dev-python/llfuse/llfuse-1.3.2.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} pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) inherit distutils-r1 diff --git a/dev-python/llfuse/llfuse-1.3.4.ebuild b/dev-python/llfuse/llfuse-1.3.4.ebuild index b6e057c900196..8d6c4d0e16737 100644 --- a/dev-python/llfuse/llfuse-1.3.4.ebuild +++ b/dev-python/llfuse/llfuse-1.3.4.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} pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) inherit distutils-r1 diff --git a/dev-python/llfuse/llfuse-1.3.5.ebuild b/dev-python/llfuse/llfuse-1.3.5.ebuild index c5d477418d227..bce2297395848 100644 --- a/dev-python/llfuse/llfuse-1.3.5.ebuild +++ b/dev-python/llfuse/llfuse-1.3.5.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,3_7} pypy3 ) +PYTHON_COMPAT=( python{3_6,3_7} pypy3 ) inherit distutils-r1