commit: 6929c8a84d544feb99f4baa8c120376a409d4a67
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 12:01:00 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 12:16:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6929c8a8
media-gfx/scour: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-gfx/scour/scour-0.37.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/scour/scour-0.37.ebuild
b/media-gfx/scour/scour-0.37.ebuild
index 9fe16aceebb..33cb17eca93 100644
--- a/media-gfx/scour/scour-0.37.ebuild
+++ b/media-gfx/scour/scour-0.37.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1
DESCRIPTION="Take an SVG file and produce a cleaner and more concise file"