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 49034158091 for ; Thu, 16 Jun 2022 02:07:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 569E8E0943; Thu, 16 Jun 2022 02:07:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 37C18E0943 for ; Thu, 16 Jun 2022 02:07:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DDE26341836 for ; Thu, 16 Jun 2022 02:07:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FE794E3 for ; Thu, 16 Jun 2022 02:07:16 +0000 (UTC) From: "Alexey Sokolov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Sokolov" Message-ID: <1655345216.5ac66122d208434aaa400997d9e8329aff260db4.DarthGandalf@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/liquidctl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/liquidctl/liquidctl-1.7.2-r1.ebuild app-misc/liquidctl/liquidctl-1.7.2.ebuild X-VCS-Directories: app-misc/liquidctl/ X-VCS-Committer: DarthGandalf X-VCS-Committer-Name: Alexey Sokolov X-VCS-Revision: 5ac66122d208434aaa400997d9e8329aff260db4 X-VCS-Branch: dev Date: Thu, 16 Jun 2022 02:07:16 +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: 1cb35830-a2d9-4a97-82d0-c6abe9f131c9 X-Archives-Hash: fd45a28d65a53f69f45ee64d78aadaba commit: 5ac66122d208434aaa400997d9e8329aff260db4 Author: Alexey Sokolov asokolov org> AuthorDate: Thu Jun 16 02:06:56 2022 +0000 Commit: Alexey Sokolov asokolov org> CommitDate: Thu Jun 16 02:06:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ac66122 app-misc/liquidctl: add py3.10 Closes: https://bugs.gentoo.org/848090 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alexey Sokolov asokolov.org> .../liquidctl/{liquidctl-1.7.2.ebuild => liquidctl-1.7.2-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/liquidctl/liquidctl-1.7.2.ebuild b/app-misc/liquidctl/liquidctl-1.7.2-r1.ebuild similarity index 92% rename from app-misc/liquidctl/liquidctl-1.7.2.ebuild rename to app-misc/liquidctl/liquidctl-1.7.2-r1.ebuild index f43f2382d..dd7ad5708 100644 --- a/app-misc/liquidctl/liquidctl-1.7.2.ebuild +++ b/app-misc/liquidctl/liquidctl-1.7.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 udev DESCRIPTION="Cross-platform tool and drivers for liquid coolers and other devices"