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 C15E1158091 for ; Tue, 31 May 2022 11:20:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F22FBE0858; Tue, 31 May 2022 11:20:24 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D64A4E0858 for ; Tue, 31 May 2022 11:20:24 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF911341A57 for ; Tue, 31 May 2022 11:20:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72B0C4EC for ; Tue, 31 May 2022 11:20:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1653996007.04413ec87d054965870982121e604c3d4d2d3a99.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/byobu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/byobu/byobu-5.133.ebuild X-VCS-Directories: app-misc/byobu/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 04413ec87d054965870982121e604c3d4d2d3a99 X-VCS-Branch: master Date: Tue, 31 May 2022 11:20:20 +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: 77334c07-980a-4c51-b433-be6795022350 X-Archives-Hash: 6d2911e422b3226d0773b2c5061c053f commit: 04413ec87d054965870982121e604c3d4d2d3a99 Author: Sam James gentoo org> AuthorDate: Tue May 31 11:19:19 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 31 11:20:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04413ec8 app-misc/byobu: enable py3.10 Closes: https://bugs.gentoo.org/845492 Signed-off-by: Sam James gentoo.org> app-misc/byobu/byobu-5.133.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/byobu/byobu-5.133.ebuild b/app-misc/byobu/byobu-5.133.ebuild index 66297818d763..0adca6fac99c 100644 --- a/app-misc/byobu/byobu-5.133.ebuild +++ b/app-misc/byobu/byobu-5.133.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 python-single-r1