diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2022-06-14 13:05:59 +0200 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2022-06-14 13:05:59 +0200 |
commit | 5ec2b2c4979afc15db8f9007b3b8e49b7b2cc147 (patch) | |
tree | 038a2034b43779935f08fdaaffaf1ec6f010755e /net-wireless | |
parent | dev-db/pgpool2: Bump (diff) | |
download | gentoo-5ec2b2c4979afc15db8f9007b3b8e49b7b2cc147.tar.gz gentoo-5ec2b2c4979afc15db8f9007b3b8e49b7b2cc147.tar.bz2 gentoo-5ec2b2c4979afc15db8f9007b3b8e49b7b2cc147.zip |
net-wireless/gr-rds: Add Python3.10 support
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/gr-rds/gr-rds-0.0_p20200807.ebuild | 6 | ||||
-rw-r--r-- | net-wireless/gr-rds/gr-rds-9999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-wireless/gr-rds/gr-rds-0.0_p20200807.ebuild b/net-wireless/gr-rds/gr-rds-0.0_p20200807.ebuild index 2f2eb3797c78..8006fb8a3380 100644 --- a/net-wireless/gr-rds/gr-rds-0.0_p20200807.ebuild +++ b/net-wireless/gr-rds/gr-rds-0.0_p20200807.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) 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 2f2eb3797c78..8006fb8a3380 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-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) if [[ ${PV} == 9999* ]]; then inherit git-r3 |