Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/
Date: Sun, 27 Dec 2020 03:46:05
Message-Id: 1609040545.6c0d44cdb0a2a585eb3d3b0e29247c1c7f8a96e9.sam@gentoo
1 commit: 6c0d44cdb0a2a585eb3d3b0e29247c1c7f8a96e9
2 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
3 AuthorDate: Mon Oct 5 09:35:50 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 27 03:42:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c0d44cd
7
8 media-gfx/scour: python3_9
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 media-gfx/scour/scour-0.37.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-gfx/scour/scour-0.37.ebuild b/media-gfx/scour/scour-0.37.ebuild
18 index 14ba7f0dcc4..678e5f9f8ba 100644
19 --- a/media-gfx/scour/scour-0.37.ebuild
20 +++ b/media-gfx/scour/scour-0.37.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python{3_6,3_7,3_8} )
26 +PYTHON_COMPAT=( python3_{6..9} )
27 DISTUTILS_USE_SETUPTOOLS=rdepend
28 inherit distutils-r1