From 2171fab3ef6318c67f46ec185fe5a5016201fdee Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Tue, 25 Mar 2025 13:34:15 +0500 Subject: [PATCH] app-admin/gentoo_update: enable pypy3_11 and disable pypy3 Signed-off-by: Anna (cybertailor) Vyalkova --- app-admin/gentoo_update/gentoo_update-0.2.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/gentoo_update/gentoo_update-0.2.4.ebuild b/app-admin/gentoo_update/gentoo_update-0.2.4.ebuild index 3a310a62f0..7c323ef931 100644 --- a/app-admin/gentoo_update/gentoo_update-0.2.4.ebuild +++ b/app-admin/gentoo_update/gentoo_update-0.2.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..13} pypy3 ) +PYTHON_COMPAT=( python3_{11..13} pypy3_11 ) inherit distutils-r1 optfeature