diff options
author | 2024-05-31 13:23:50 +0200 | |
---|---|---|
committer | 2024-05-31 13:23:50 +0200 | |
commit | 40df6aa10e880f73549af1e6f68a9f1883285280 (patch) | |
tree | a9d6a80b28cf90596ea1455818554500572b69e6 /net-wireless/gr-paint | |
parent | net-wireless/gr-rds: Add Python 3.12 support (diff) | |
download | gentoo-40df6aa10e880f73549af1e6f68a9f1883285280.tar.gz gentoo-40df6aa10e880f73549af1e6f68a9f1883285280.tar.bz2 gentoo-40df6aa10e880f73549af1e6f68a9f1883285280.zip |
net-wireless/gr-paint: Add Python 3.12 support
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'net-wireless/gr-paint')
-rw-r--r-- | net-wireless/gr-paint/gr-paint-0.0_p20230427-r1.ebuild (renamed from net-wireless/gr-paint/gr-paint-0.0_p20230427.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-wireless/gr-paint/gr-paint-0.0_p20230427.ebuild b/net-wireless/gr-paint/gr-paint-0.0_p20230427-r1.ebuild index 73b6850eeac2..c4d4160fbe8a 100644 --- a/net-wireless/gr-paint/gr-paint-0.0_p20230427.ebuild +++ b/net-wireless/gr-paint/gr-paint-0.0_p20230427-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) if [[ ${PV} == 9999* ]]; then inherit git-r3 |