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/mypaint/
Date: Tue, 04 Jan 2022 20:45:18
Message-Id: 1641329104.8c95d212974e95e5a7059fea757954eee0166ff2.sam@gentoo
1 commit: 8c95d212974e95e5a7059fea757954eee0166ff2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 4 20:31:02 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 20:45:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c95d212
7
8 media-gfx/mypaint: enable py3.10 and disable py3.7
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-gfx/mypaint/mypaint-2.0.1-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-gfx/mypaint/mypaint-2.0.1-r2.ebuild b/media-gfx/mypaint/mypaint-2.0.1-r2.ebuild
16 index 197c29a79191..63497e65a90b 100644
17 --- a/media-gfx/mypaint/mypaint-2.0.1-r2.ebuild
18 +++ b/media-gfx/mypaint/mypaint-2.0.1-r2.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{7,8,9} )
27 +PYTHON_COMPAT=( python3_{8..10} )
28 DISTUTILS_SINGLE_IMPL=1
29
30 inherit desktop distutils-r1 xdg