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 5ED951581C1 for ; Mon, 8 Jul 2024 07:17:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EFC72BC04C; Mon, 8 Jul 2024 07:17:48 +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 1FC642BC04C for ; Mon, 8 Jul 2024 07:17:48 +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 34AC8342F9A for ; Mon, 8 Jul 2024 07:17:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5498F1DF9 for ; Mon, 8 Jul 2024 07:17:44 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1720423059.a4fc14a233e8a2beb6f1f33d68e25e6daeb54bc3.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/efl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/efl/efl-1.27.0-r1.ebuild X-VCS-Directories: dev-libs/efl/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: a4fc14a233e8a2beb6f1f33d68e25e6daeb54bc3 X-VCS-Branch: master Date: Mon, 8 Jul 2024 07:17:44 +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: e4af3179-f7c5-4af6-a990-b4a40f16bc70 X-Archives-Hash: ad2c593281f211caf46b031417c60814 commit: a4fc14a233e8a2beb6f1f33d68e25e6daeb54bc3 Author: Joonas Niilola gentoo org> AuthorDate: Mon Jul 8 06:44:46 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Jul 8 07:17:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4fc14a2 dev-libs/efl: enable py3.13 Signed-off-by: Joonas Niilola gentoo.org> dev-libs/efl/efl-1.27.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/efl/efl-1.27.0-r1.ebuild b/dev-libs/efl/efl-1.27.0-r1.ebuild index 8a4e34ebc62b..f64a6f6f2aac 100644 --- a/dev-libs/efl/efl-1.27.0-r1.ebuild +++ b/dev-libs/efl/efl-1.27.0-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 LUA_REQ_USE="deprecated(+)" LUA_COMPAT=( lua5-{1,2} luajit ) -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit lua-single meson python-any-r1 xdg