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 AFC5F158086 for ; Fri, 17 Dec 2021 01:22:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CE022BC019; Fri, 17 Dec 2021 01:22:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 81B462BC01C for ; Fri, 17 Dec 2021 01:22:40 +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 E9151343397 for ; Fri, 17 Dec 2021 01:22:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6511F23E for ; Fri, 17 Dec 2021 01:22:36 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1639704123.55913a3a0a950c64d760d0d1bfdaa1fea7317088.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/osinfo-db-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/osinfo-db-tools/osinfo-db-tools-1.9.0.ebuild X-VCS-Directories: sys-apps/osinfo-db-tools/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 55913a3a0a950c64d760d0d1bfdaa1fea7317088 X-VCS-Branch: master Date: Fri, 17 Dec 2021 01:22:36 +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: 95fa2f09-96a2-407d-a7d6-fcb3b9e1f10e X-Archives-Hash: 264415ae297cc70c6a62c8f8cdddd2b7 commit: 55913a3a0a950c64d760d0d1bfdaa1fea7317088 Author: t0b3 gmail com> AuthorDate: Thu Dec 16 18:50:13 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Dec 17 01:22:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55913a3a sys-apps/osinfo-db-tools: add python 3.10 Closes: https://bugs.gentoo.org/829363 Closes: https://github.com/gentoo/gentoo/pull/23335 Signed-off-by: t0b3 gmail.com> Signed-off-by: Matt Turner gentoo.org> sys-apps/osinfo-db-tools/osinfo-db-tools-1.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/osinfo-db-tools/osinfo-db-tools-1.9.0.ebuild b/sys-apps/osinfo-db-tools/osinfo-db-tools-1.9.0.ebuild index 37962d02fea2..392ace759006 100644 --- a/sys-apps/osinfo-db-tools/osinfo-db-tools-1.9.0.ebuild +++ b/sys-apps/osinfo-db-tools/osinfo-db-tools-1.9.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit meson python-any-r1