commit: 61877a3b5b91dd950cd50487dcb8df2baeb024dd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 2 11:56:14 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 2 12:02:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61877a3b
sci-libs/minfx: Remove py2.7 where possible
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-libs/minfx/minfx-1.0.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/minfx/minfx-1.0.11.ebuild
b/sci-libs/minfx/minfx-1.0.11.ebuild
index 00c79c67cad..af544263d47 100644
--- a/sci-libs/minfx/minfx-1.0.11.ebuild
+++ b/sci-libs/minfx/minfx-1.0.11.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1