commit: 083057744bb6181705793a4832f677539c3b4282
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 19 10:13:18 2020 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sat Dec 19 10:15:19 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08305774
sci-visualization/pythonprop: Drop python3_6 support
Dropping it is a prerequisite for moving sci-libs/cartopy to
python3_{7..9} only.
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
sci-visualization/pythonprop/pythonprop-0.30.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-visualization/pythonprop/pythonprop-0.30.ebuild
b/sci-visualization/pythonprop/pythonprop-0.30.ebuild
index 38ac7c2ed83..b87092b1dd0 100644
--- a/sci-visualization/pythonprop/pythonprop-0.30.ebuild
+++ b/sci-visualization/pythonprop/pythonprop-0.30.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7,8} )
inherit autotools python-single-r1