commit: b2ec8de2d86fd402847ecc3638ef1358ae883170
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 8 17:07:32 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 8 18:14:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2ec8de2
app-portage/gentoopm: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.5.0.ebuild | 4 ++--
app-portage/gentoopm/gentoopm-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-portage/gentoopm/gentoopm-0.5.0.ebuild
b/app-portage/gentoopm/gentoopm-0.5.0.ebuild
index 77b0f1f105a9..73878d52bf1b 100644
--- a/app-portage/gentoopm/gentoopm-0.5.0.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.5.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
inherit distutils-r1
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild
b/app-portage/gentoopm/gentoopm-9999.ebuild
index 7ca77cd1499b..468938e68889 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
inherit distutils-r1 git-r3