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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5F0941581EE for ; Sat, 22 Mar 2025 12:17:01 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4BE2C34322C for ; Sat, 22 Mar 2025 12:17:01 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3BB63110105; Sat, 22 Mar 2025 12:17:00 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 2E3A4110105 for ; Sat, 22 Mar 2025 12:17:00 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3306343143 for ; Sat, 22 Mar 2025 12:16:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C94C2058 for ; Sat, 22 Mar 2025 12:16:58 +0000 (UTC) From: "Nowa Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nowa Ammerlaan" Message-ID: <1742645781.31ac2a7b61d01e57d7cfa60de85b791650892b6f.nowa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/riseup-vpn/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/riseup-vpn/riseup-vpn-0.24.8.ebuild X-VCS-Directories: net-vpn/riseup-vpn/ X-VCS-Committer: nowa X-VCS-Committer-Name: Nowa Ammerlaan X-VCS-Revision: 31ac2a7b61d01e57d7cfa60de85b791650892b6f X-VCS-Branch: master Date: Sat, 22 Mar 2025 12:16:58 +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: 01858f71-dfa3-493d-ad5a-9cc127751ae1 X-Archives-Hash: 1ccd74059de9f2979cd02aefff70fc4a commit: 31ac2a7b61d01e57d7cfa60de85b791650892b6f Author: Nowa Ammerlaan gentoo org> AuthorDate: Sat Mar 22 12:16:21 2025 +0000 Commit: Nowa Ammerlaan gentoo 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 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