From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 5C2791584AD for ; Mon, 14 Apr 2025 02:23:03 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 448C53430E0 for ; Mon, 14 Apr 2025 02:23:03 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3FAD31104B0; Mon, 14 Apr 2025 02:23:02 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 37C011104B0 for ; Mon, 14 Apr 2025 02:23:02 +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 E4B2C3430E0 for ; Mon, 14 Apr 2025 02:23:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F346FBE for ; Mon, 14 Apr 2025 02:23:00 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1744597252.8240bf5bfbdd676292f8de134b0a95d2dcfbd8d6.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/dleyna/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/dleyna/dleyna-0.8.3-r1.ebuild X-VCS-Directories: net-libs/dleyna/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 8240bf5bfbdd676292f8de134b0a95d2dcfbd8d6 X-VCS-Branch: master Date: Mon, 14 Apr 2025 02:23:00 +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: f7876552-5d1c-4fc7-a808-c5b69019873c X-Archives-Hash: 2d8bec76fd13cb711b16476cd552f1db commit: 8240bf5bfbdd676292f8de134b0a95d2dcfbd8d6 Author: Pacho Ramos gentoo org> AuthorDate: Mon Apr 14 02:20:52 2025 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Apr 14 02:20:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8240bf5b net-libs/dleyna: enable py3.13 Closes: https://bugs.gentoo.org/952594 Signed-off-by: Pacho Ramos gentoo.org> net-libs/dleyna/dleyna-0.8.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/dleyna/dleyna-0.8.3-r1.ebuild b/net-libs/dleyna/dleyna-0.8.3-r1.ebuild index a749a75155a1..9334177eb2f3 100644 --- a/net-libs/dleyna/dleyna-0.8.3-r1.ebuild +++ b/net-libs/dleyna/dleyna-0.8.3-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit meson python-single-r1