diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2024-05-31 13:10:26 +0200 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2024-05-31 13:10:36 +0200 |
commit | e774a2e74119491a1f0e552918c22443df11337f (patch) | |
tree | 39dda0c2e1fda4ee403696fe1534912eaa8c6d47 | |
parent | net-wireless/bluez: Stabilize 5.76-r1 amd64, #933246 (diff) | |
download | gentoo-e774a2e74119491a1f0e552918c22443df11337f.tar.gz gentoo-e774a2e74119491a1f0e552918c22443df11337f.tar.bz2 gentoo-e774a2e74119491a1f0e552918c22443df11337f.zip |
net-wireless/gr-rds: Add Python 3.12 support
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
-rw-r--r-- | net-wireless/gr-rds/gr-rds-0.0_p20220804-r2.ebuild (renamed from net-wireless/gr-rds/gr-rds-0.0_p20220804-r1.ebuild) | 4 | ||||
-rw-r--r-- | net-wireless/gr-rds/gr-rds-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-wireless/gr-rds/gr-rds-0.0_p20220804-r1.ebuild b/net-wireless/gr-rds/gr-rds-0.0_p20220804-r2.ebuild index 5004055f9d05..ef3954a77e83 100644 --- a/net-wireless/gr-rds/gr-rds-0.0_p20220804-r1.ebuild +++ b/net-wireless/gr-rds/gr-rds-0.0_p20220804-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) if [[ ${PV} == 9999* ]]; then inherit git-r3 diff --git a/net-wireless/gr-rds/gr-rds-9999.ebuild b/net-wireless/gr-rds/gr-rds-9999.ebuild index 5004055f9d05..ef3954a77e83 100644 --- a/net-wireless/gr-rds/gr-rds-9999.ebuild +++ b/net-wireless/gr-rds/gr-rds-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) if [[ ${PV} == 9999* ]]; then inherit git-r3 |