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 6BEB015ACFC for ; Thu, 4 May 2023 07:11:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0C44E0E64; Thu, 4 May 2023 07:11:04 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7EB1BE0E64 for ; Thu, 4 May 2023 07:11:04 +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 6B0B2341010 for ; Thu, 4 May 2023 07:11:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9502A55 for ; Thu, 4 May 2023 07:11:01 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1683184253.0da79a0bab316a86bd7ea84faf5c8a274899f354.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/exaile/exaile-4.1.2.ebuild media-sound/exaile/exaile-9999.ebuild X-VCS-Directories: media-sound/exaile/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 0da79a0bab316a86bd7ea84faf5c8a274899f354 X-VCS-Branch: master Date: Thu, 4 May 2023 07:11:01 +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: 9d064c21-ae82-4f12-9520-5c588d6bbe33 X-Archives-Hash: 18ddd24acc31ff74428587819728be08 commit: 0da79a0bab316a86bd7ea84faf5c8a274899f354 Author: Miroslav Šulc gentoo org> AuthorDate: Thu May 4 07:10:53 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu May 4 07:10:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0da79a0b media-sound/exaile: py3.11 Closes: https://bugs.gentoo.org/897026 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/exaile/exaile-4.1.2.ebuild | 2 +- media-sound/exaile/exaile-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/exaile/exaile-4.1.2.ebuild b/media-sound/exaile/exaile-4.1.2.ebuild index 4ef35facae7b..56167a0672e9 100644 --- a/media-sound/exaile/exaile-4.1.2.ebuild +++ b/media-sound/exaile/exaile-4.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit python-single-r1 xdg if [[ ${PV} == "9999" ]]; then diff --git a/media-sound/exaile/exaile-9999.ebuild b/media-sound/exaile/exaile-9999.ebuild index 1cd9912cba0a..3c7be5deff10 100644 --- a/media-sound/exaile/exaile-9999.ebuild +++ b/media-sound/exaile/exaile-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit python-single-r1 xdg if [[ ${PV} == "9999" ]]; then