commit: 3a77777004d75c04f1244c1b31909ee51d61a7ec
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 29 21:44:38 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Dec 29 21:44:38 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a777770
dev-python/fuse-python: drop py2.7 and py3.5
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-python/fuse-python/fuse-python-1.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/fuse-python/fuse-python-1.0.0.ebuild
b/dev-python/fuse-python/fuse-python-1.0.0.ebuild
index 002e6b7797b..2a22b71a21e 100644
--- a/dev-python/fuse-python/fuse-python-1.0.0.ebuild
+++ b/dev-python/fuse-python/fuse-python-1.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
inherit distutils-r1