summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2023-02-01 18:03:45 +0800
committerBenda Xu <heroxbd@gentoo.org>2023-02-01 18:04:55 +0800
commitc40d119dd4b597ebd8faee146dbfd3cb4f3e89f2 (patch)
tree619a596a9606d1dc01618f2ca9f2a74a066e306e
parentnet-libs/serf: enable py3.11 (diff)
downloadgentoo-c40d119d.tar.gz
gentoo-c40d119d.tar.bz2
gentoo-c40d119d.zip
sys-apps/dstat: enable py3.11
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
-rw-r--r--sys-apps/dstat/dstat-0.7.4-r2.ebuild4
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