Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/
Date: Wed, 01 Feb 2023 10:05:09
Message-Id: 1675245895.c40d119dd4b597ebd8faee146dbfd3cb4f3e89f2.heroxbd@gentoo
1 commit: c40d119dd4b597ebd8faee146dbfd3cb4f3e89f2
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 1 10:03:45 2023 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 10:04:55 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c40d119d
7
8 sys-apps/dstat: enable py3.11
9
10 Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
11
12 sys-apps/dstat/dstat-0.7.4-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-apps/dstat/dstat-0.7.4-r2.ebuild b/sys-apps/dstat/dstat-0.7.4-r2.ebuild
16 index 323a3d46c5d9..ff7e7673547d 100644
17 --- a/sys-apps/dstat/dstat-0.7.4-r2.ebuild
18 +++ b/sys-apps/dstat/dstat-0.7.4-r2.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{9..10} )
27 +PYTHON_COMPAT=( python3_{9..11} )
28
29 inherit python-r1