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 0151815808B for ; Mon, 4 Apr 2022 22:33:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4CE2E0855; Mon, 4 Apr 2022 22:33:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D46FAE0855 for ; Mon, 4 Apr 2022 22:33:04 +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 8C5823414B3 for ; Mon, 4 Apr 2022 22:33:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0BF2303 for ; Mon, 4 Apr 2022 22:33:01 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1649111418.2cc7479cb08202b8f16ae4585cbcdcff1279674c.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/rrdtool/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/rrdtool/rrdtool-1.7.2-r100.ebuild X-VCS-Directories: net-analyzer/rrdtool/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 2cc7479cb08202b8f16ae4585cbcdcff1279674c X-VCS-Branch: master Date: Mon, 4 Apr 2022 22:33:01 +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: 6f810fa2-002a-4793-bac1-78cc353bf603 X-Archives-Hash: ffe60cfec280004a45ed3334e3167a72 commit: 2cc7479cb08202b8f16ae4585cbcdcff1279674c Author: Thomas Bettler gmail com> AuthorDate: Thu Dec 16 21:13:06 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Apr 4 22:30:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc7479c net-analyzer/rrdtool: add python 3.10 Closes: https://github.com/gentoo/gentoo/pull/23349 Closes: https://bugs.gentoo.org/829378 Closes: https://github.com/gentoo/gentoo/pull/23349 Signed-off-by: Thomas Bettler gmail.com> Signed-off-by: Conrad Kostecki gentoo.org> net-analyzer/rrdtool/rrdtool-1.7.2-r100.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/rrdtool/rrdtool-1.7.2-r100.ebuild b/net-analyzer/rrdtool/rrdtool-1.7.2-r100.ebuild index 1c278a038792..0c1a88cad569 100644 --- a/net-analyzer/rrdtool/rrdtool-1.7.2-r100.ebuild +++ b/net-analyzer/rrdtool/rrdtool-1.7.2-r100.ebuild @@ -7,7 +7,7 @@ DISTUTILS_OPTIONAL=true DISTUTILS_SINGLE_IMPL=true GENTOO_DEPEND_ON_PERL=no LUA_COMPAT=( lua5-{1..4} luajit ) -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit autotools lua perl-module distutils-r1 flag-o-matic