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 D0CF415808B for ; Wed, 16 Mar 2022 08:32:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22489E0843; Wed, 16 Mar 2022 08:32:28 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5F5BE0843 for ; Wed, 16 Mar 2022 08:32:27 +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 7715A343696 for ; Wed, 16 Mar 2022 08:32:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADD4B320 for ; Wed, 16 Mar 2022 08:32:24 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1647419541.c97974c5fead671375729bed5062d7d7e4c9a1a2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/cdemu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/cdemu/cdemu-3.2.5.ebuild X-VCS-Directories: app-cdr/cdemu/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c97974c5fead671375729bed5062d7d7e4c9a1a2 X-VCS-Branch: master Date: Wed, 16 Mar 2022 08:32:24 +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: 0e10fac6-6832-4b26-9877-31a8fc986318 X-Archives-Hash: 84209e1beade78e10a592b2e7a4f9490 commit: c97974c5fead671375729bed5062d7d7e4c9a1a2 Author: Michał Górny gentoo org> AuthorDate: Wed Mar 16 08:28:25 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 16 08:32:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c97974c5 app-cdr/cdemu: Enable py3.10 Closes: https://bugs.gentoo.org/835409 Signed-off-by: Michał Górny gentoo.org> app-cdr/cdemu/cdemu-3.2.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-cdr/cdemu/cdemu-3.2.5.ebuild b/app-cdr/cdemu/cdemu-3.2.5.ebuild index 0206fc3d15ee..6815cec94bc3 100644 --- a/app-cdr/cdemu/cdemu-3.2.5.ebuild +++ b/app-cdr/cdemu/cdemu-3.2.5.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=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit bash-completion-r1 cmake python-single-r1 xdg-utils