commit: 31ac2a7b61d01e57d7cfa60de85b791650892b6f Author: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> AuthorDate: Sat Mar 22 12:16:21 2025 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Sat Mar 22 12:16:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ac2a7b
net-vpn/riseup-vpn: enable pypy3_11 Closes: https://bugs.gentoo.org/951049 Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org> net-vpn/riseup-vpn/riseup-vpn-0.24.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-vpn/riseup-vpn/riseup-vpn-0.24.8.ebuild b/net-vpn/riseup-vpn/riseup-vpn-0.24.8.ebuild index 02e1446a0d86..236d36cd4b4f 100644 --- a/net-vpn/riseup-vpn/riseup-vpn-0.24.8.ebuild +++ b/net-vpn/riseup-vpn/riseup-vpn-0.24.8.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) inherit desktop python-single-r1 go-module qmake-utils virtualx xdg
