diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-05-28 16:53:18 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-05-28 16:53:18 +0200 |
commit | 9be4fb8a5da8311b6144bed0cf7e8c7383ac6336 (patch) | |
tree | b17455492e8cc2510c9c36cabcb30d6c282df7bb /sys-power | |
parent | sci-physics/mbdyn: enable py3.11 (diff) | |
download | guru-9be4fb8a5da8311b6144bed0cf7e8c7383ac6336.tar.gz guru-9be4fb8a5da8311b6144bed0cf7e8c7383ac6336.tar.bz2 guru-9be4fb8a5da8311b6144bed0cf7e8c7383ac6336.zip |
sys-power/amdgpu-fan: enable py3.11
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/amdgpu-fan/amdgpu-fan-0.1.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 0a54d7d45..2413023f7 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 @@ -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=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 systemd |