diff options
author | Benda Xu <heroxbd@gentoo.org> | 2023-02-01 18:03:45 +0800 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2023-02-01 18:04:55 +0800 |
commit | c40d119dd4b597ebd8faee146dbfd3cb4f3e89f2 (patch) | |
tree | 619a596a9606d1dc01618f2ca9f2a74a066e306e /sys-apps/dstat | |
parent | net-libs/serf: enable py3.11 (diff) | |
download | gentoo-c40d119dd4b597ebd8faee146dbfd3cb4f3e89f2.tar.gz gentoo-c40d119dd4b597ebd8faee146dbfd3cb4f3e89f2.tar.bz2 gentoo-c40d119dd4b597ebd8faee146dbfd3cb4f3e89f2.zip |
sys-apps/dstat: enable py3.11
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'sys-apps/dstat')
-rw-r--r-- | sys-apps/dstat/dstat-0.7.4-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/dstat/dstat-0.7.4-r2.ebuild b/sys-apps/dstat/dstat-0.7.4-r2.ebuild index 323a3d46c5d9..ff7e7673547d 100644 --- a/sys-apps/dstat/dstat-0.7.4-r2.ebuild +++ b/sys-apps/dstat/dstat-0.7.4-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit python-r1 |