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 D4CB0158091 for ; Thu, 2 Jun 2022 15:07:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E17ACE085B; Thu, 2 Jun 2022 15:07:39 +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 CDB4FE085B for ; Thu, 2 Jun 2022 15:07:39 +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 721EA341BF4 for ; Thu, 2 Jun 2022 15:07:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFFF14FF for ; Thu, 2 Jun 2022 15:07:34 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1654181819.827ee945c964655d50b63d1cfe08d1658271e387.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/xmms2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/xmms2/xmms2-0.9.1.ebuild X-VCS-Directories: media-sound/xmms2/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 827ee945c964655d50b63d1cfe08d1658271e387 X-VCS-Branch: master Date: Thu, 2 Jun 2022 15:07:34 +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: a469f48e-4321-488d-bc7b-3ee1bbad1763 X-Archives-Hash: cacf09087aced558c3a4c8c0fec18929 commit: 827ee945c964655d50b63d1cfe08d1658271e387 Author: Ionen Wolkens gentoo org> AuthorDate: Thu Jun 2 13:27:47 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Jun 2 14:56:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=827ee945 media-sound/xmms2: enable py3.11 Signed-off-by: Ionen Wolkens gentoo.org> media-sound/xmms2/xmms2-0.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/xmms2/xmms2-0.9.1.ebuild b/media-sound/xmms2/xmms2-0.9.1.ebuild index 1e2c76e125e2..64355359cdbe 100644 --- a/media-sound/xmms2/xmms2-0.9.1.ebuild +++ b/media-sound/xmms2/xmms2-0.9.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit multiprocessing optfeature perl-functions python-single-r1 toolchain-funcs DESCRIPTION="X(cross)platform Music Multiplexing System, next generation of the XMMS player"