diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-05-02 00:45:35 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-05-02 00:45:35 +0500 |
commit | 12088906c597f38640e866db39c7ba6dea3f5ec0 (patch) | |
tree | 34f83cc2ba6ad7ae3e3966042de7997b36ea8711 /sys-power | |
parent | www-apps/twint: treeclean (diff) | |
download | guru-12088906c597f38640e866db39c7ba6dea3f5ec0.tar.gz guru-12088906c597f38640e866db39c7ba6dea3f5ec0.tar.bz2 guru-12088906c597f38640e866db39c7ba6dea3f5ec0.zip |
*/*: drop dead py3.9 impl
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'sys-power')
6 files changed, 6 insertions, 6 deletions
diff --git a/sys-power/ZenStates-Linux/ZenStates-Linux-0_pre20170507.ebuild b/sys-power/ZenStates-Linux/ZenStates-Linux-0_pre20170507.ebuild index 62658bf36..86251df79 100644 --- a/sys-power/ZenStates-Linux/ZenStates-Linux-0_pre20170507.ebuild +++ b/sys-power/ZenStates-Linux/ZenStates-Linux-0_pre20170507.ebuild @@ -4,7 +4,7 @@ EAPI=8 COMMIT=0bc27f4740e382f2a2896dc1dabfec1d0ac96818 -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..11} pypy3 ) inherit linux-info python-single-r1 diff --git a/sys-power/amdgpu-fan/amdgpu-fan-0.1.0-r1.ebuild b/sys-power/amdgpu-fan/amdgpu-fan-0.1.0-r1.ebuild index f1fc96bae..bab909d4f 100644 --- a/sys-power/amdgpu-fan/amdgpu-fan-0.1.0-r1.ebuild +++ b/sys-power/amdgpu-fan/amdgpu-fan-0.1.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 systemd diff --git a/sys-power/auto-cpufreq/auto-cpufreq-1.9.6.ebuild b/sys-power/auto-cpufreq/auto-cpufreq-1.9.6.ebuild index ea3a0dcef..5e0b16b7b 100644 --- a/sys-power/auto-cpufreq/auto-cpufreq-1.9.6.ebuild +++ b/sys-power/auto-cpufreq/auto-cpufreq-1.9.6.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_PEP517=setuptools diff --git a/sys-power/geopmd/geopmd-2.0.0_rc1.ebuild b/sys-power/geopmd/geopmd-2.0.0_rc1.ebuild index d9e96e2fa..64d809534 100644 --- a/sys-power/geopmd/geopmd-2.0.0_rc1.ebuild +++ b/sys-power/geopmd/geopmd-2.0.0_rc1.ebuild @@ -5,7 +5,7 @@ EAPI=8 MYPV="${PV/_rc/+rc}" MYP="geopm-${MYPV}" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit autotools python-single-r1 diff --git a/sys-power/linux-tools-power-x86/linux-tools-power-x86-5.18.ebuild b/sys-power/linux-tools-power-x86/linux-tools-power-x86-5.18.ebuild index 9b6ab7685..1a6a13dcd 100644 --- a/sys-power/linux-tools-power-x86/linux-tools-power-x86-5.18.ebuild +++ b/sys-power/linux-tools-power-x86/linux-tools-power-x86-5.18.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit fcaps linux-info python-r1 toolchain-funcs diff --git a/sys-power/linux-tools-power-x86/linux-tools-power-x86-6.1.ebuild b/sys-power/linux-tools-power-x86/linux-tools-power-x86-6.1.ebuild index b915c39b7..a2c0295b1 100644 --- a/sys-power/linux-tools-power-x86/linux-tools-power-x86-6.1.ebuild +++ b/sys-power/linux-tools-power-x86/linux-tools-power-x86-6.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit fcaps linux-info python-r1 toolchain-funcs |