commit: 29084de99ed1f797cf5bbc93d41ccb0940a67afa
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 16:13:09 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 16:24:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29084de9
dev-python/llfuse: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/llfuse/llfuse-1.3.2.ebuild | 2 +-
dev-python/llfuse/llfuse-1.3.4.ebuild | 2 +-
dev-python/llfuse/llfuse-1.3.5.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/llfuse/llfuse-1.3.2.ebuild
b/dev-python/llfuse/llfuse-1.3.2.ebuild
index a2a5f207324..800e130cbaa 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 b6e057c9001..8d6c4d0e167 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 c5d477418d2..bce22973958 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