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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D1354158086 for ; Fri, 31 Dec 2021 01:15:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE620E070D; Fri, 31 Dec 2021 01:15:25 +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 9BE0EE070D for ; Fri, 31 Dec 2021 01:15:24 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90ABF342EAF for ; Fri, 31 Dec 2021 01:15:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA129278 for ; Fri, 31 Dec 2021 01:15:14 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1640912434.7100bb2bdb39a8e924c0446627325cdea5601fe5.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pcsc-lite/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/pcsc-lite/pcsc-lite-1.9.4.ebuild X-VCS-Directories: sys-apps/pcsc-lite/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 7100bb2bdb39a8e924c0446627325cdea5601fe5 X-VCS-Branch: master Date: Fri, 31 Dec 2021 01:15:14 +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: 1c1d780c-a2c5-4fc2-8f96-1eaa289cad20 X-Archives-Hash: e2601935cdeaf77d12097e130941bd72 commit: 7100bb2bdb39a8e924c0446627325cdea5601fe5 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Dec 31 00:44:22 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Dec 31 01:00:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7100bb2b sys-apps/pcsc-lite: enable py3.10 Signed-off-by: Georgy Yakovlev gentoo.org> sys-apps/pcsc-lite/pcsc-lite-1.9.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/pcsc-lite/pcsc-lite-1.9.4.ebuild b/sys-apps/pcsc-lite/pcsc-lite-1.9.4.ebuild index 8ff5b8ae62e2..a282e00b2aa9 100644 --- a/sys-apps/pcsc-lite/pcsc-lite-1.9.4.ebuild +++ b/sys-apps/pcsc-lite/pcsc-lite-1.9.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python{3_8,3_9} ) +PYTHON_COMPAT=( python{3_8,3_9,3_10} ) inherit python-single-r1 systemd udev multilib-minimal