From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CFD5A15800F for ; Wed, 1 Feb 2023 10:05:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AEC0E0EAF; Wed, 1 Feb 2023 10:05:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 05092E0EAF for ; Wed, 1 Feb 2023 10:05:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42164335D66 for ; Wed, 1 Feb 2023 10:05:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88E4F899 for ; Wed, 1 Feb 2023 10:05:06 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1675245895.c40d119dd4b597ebd8faee146dbfd3cb4f3e89f2.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/dstat/dstat-0.7.4-r2.ebuild X-VCS-Directories: sys-apps/dstat/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: c40d119dd4b597ebd8faee146dbfd3cb4f3e89f2 X-VCS-Branch: master Date: Wed, 1 Feb 2023 10:05:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0a5fd475-1f59-490a-a5d7-f6636f0996f8 X-Archives-Hash: 8a5b263f65b521f95d40d2933c4642b7 commit: c40d119dd4b597ebd8faee146dbfd3cb4f3e89f2 Author: Benda Xu gentoo org> AuthorDate: Wed Feb 1 10:03:45 2023 +0000 Commit: Benda XU gentoo org> CommitDate: Wed Feb 1 10:04:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c40d119d sys-apps/dstat: enable py3.11 Signed-off-by: Benda Xu gentoo.org> sys-apps/dstat/dstat-0.7.4-r2.ebuild | 4 ++-- 1 file 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