Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/fs-uae-launcher/
Date: Sat, 27 Feb 2021 08:57:33
Message-Id: 1614416234.3d9a83f35ca539c8945064c201112b6736643fec.chewi@gentoo
1 commit: 3d9a83f35ca539c8945064c201112b6736643fec
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 08:57:14 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 08:57:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d9a83f3
7
8 app-emulation/fs-uae-launcher: Add Python 3.9
9
10 Package-Manager: Portage-3.0.15, Repoman-3.0.2
11 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
12
13 app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.5.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.5.ebuild b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.5.ebuild
17 index 6de8fc5c429..76303d3e0ae 100644
18 --- a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.5.ebuild
19 +++ b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.5.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{7,8} )
28 +PYTHON_COMPAT=( python3_{7,8,9} )
29 DISTUTILS_SINGLE_IMPL=1
30 DISTUTILS_USE_SETUPTOOLS=no