diff options
author | Alexey Sokolov <alexey+gentoo@asokolov.org> | 2022-06-16 03:06:56 +0100 |
---|---|---|
committer | Alexey Sokolov <alexey+gentoo@asokolov.org> | 2022-06-16 03:06:56 +0100 |
commit | 5ac66122d208434aaa400997d9e8329aff260db4 (patch) | |
tree | c134e5496ae9d3dfca51c5ccaf8425d5b085421b /app-misc | |
parent | app-crypt/clevis: merge #71 by duxsco (diff) | |
download | guru-5ac66122d208434aaa400997d9e8329aff260db4.tar.gz guru-5ac66122d208434aaa400997d9e8329aff260db4.tar.bz2 guru-5ac66122d208434aaa400997d9e8329aff260db4.zip |
app-misc/liquidctl: add py3.10
Closes: https://bugs.gentoo.org/848090
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/liquidctl/liquidctl-1.7.2-r1.ebuild (renamed from app-misc/liquidctl/liquidctl-1.7.2.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/liquidctl/liquidctl-1.7.2.ebuild b/app-misc/liquidctl/liquidctl-1.7.2-r1.ebuild index f43f2382d..dd7ad5708 100644 --- a/app-misc/liquidctl/liquidctl-1.7.2.ebuild +++ b/app-misc/liquidctl/liquidctl-1.7.2-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,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 udev DESCRIPTION="Cross-platform tool and drivers for liquid coolers and other devices" |