diff options
author | James Le Cuirot <chewi@gentoo.org> | 2023-02-18 14:08:32 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2023-02-18 14:09:22 +0000 |
commit | 89d6a3131372eacb85462737e96a7ad625c1d45a (patch) | |
tree | c30a7d6b5ca7264dc2af04bcaf836b2528aacfc5 /app-emulation/fs-uae-launcher | |
parent | dev-python/python-lhafile: Python 3.11, EAPI 8, fix homepage (diff) | |
download | gentoo-89d6a3131372eacb85462737e96a7ad625c1d45a.tar.gz gentoo-89d6a3131372eacb85462737e96a7ad625c1d45a.tar.bz2 gentoo-89d6a3131372eacb85462737e96a7ad625c1d45a.zip |
app-emulation/fs-uae-launcher: Python 3.11
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'app-emulation/fs-uae-launcher')
-rw-r--r-- | app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.68.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.68.ebuild b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.68.ebuild index 2251cd10cddc..3a44d050a9cf 100644 --- a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.68.ebuild +++ b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.68.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=no |