Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm-data/
Date: Wed, 07 Jul 2021 12:23:20
Message-Id: 1625660521.efc566327a858ee52edcc4def449fba6f1d2eade.ionen@gentoo
1 commit: efc566327a858ee52edcc4def449fba6f1d2eade
2 Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
3 AuthorDate: Wed Jul 7 07:43:41 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 7 12:22:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efc56632
7
8 games-fps/freedm-data: Add Python 3.10 to PYTHON_COMPAT
9
10 Also removed superfluous eapply_user.
11
12 Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>
13 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
14
15 games-fps/freedm-data/freedm-data-0.12.1.ebuild | 3 +--
16 1 file changed, 1 insertion(+), 2 deletions(-)
17
18 diff --git a/games-fps/freedm-data/freedm-data-0.12.1.ebuild b/games-fps/freedm-data/freedm-data-0.12.1.ebuild
19 index 38602df2b14..fa8948dc07d 100644
20 --- a/games-fps/freedm-data/freedm-data-0.12.1.ebuild
21 +++ b/games-fps/freedm-data/freedm-data-0.12.1.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{7,8,9} )
27 +PYTHON_COMPAT=( python3_{8,9,10} )
28
29 inherit prefix python-any-r1 xdg
30
31 @@ -30,7 +30,6 @@ python_check_deps() {
32
33 src_prepare() {
34 xdg_src_prepare
35 - eapply_user
36
37 hprefixify dist/freedoom
38 }