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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D38751582EF for ; Thu, 13 Feb 2025 13:56:56 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B8733343256 for ; Thu, 13 Feb 2025 13:56:56 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 297F71104DD; Thu, 13 Feb 2025 13:49:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 683611104D4 for ; Thu, 13 Feb 2025 13:49:02 +0000 (UTC) Received: from pomiot.. (c144-147.icpnet.pl [85.221.144.147]) (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: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id 7A9B034306D; Thu, 13 Feb 2025 13:49:01 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Cc: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-dev] [PATCH 08/10] dev-lang/pypy: Do not default-enable USE=symlink in :3.11 Date: Thu, 13 Feb 2025 14:41:15 +0100 Message-ID: <20250213134847.215403-9-mgorny@gentoo.org> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250213134847.215403-1-mgorny@gentoo.org> References: <20250213134847.215403-1-mgorny@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 8979b5fa-609b-4fef-b0fa-b35b450781b2 X-Archives-Hash: b8181128ad160c54f1043059fc045264 Signed-off-by: Michał Górny --- dev-lang/pypy/pypy-3.11.7.3.18_p1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/pypy/pypy-3.11.7.3.18_p1.ebuild b/dev-lang/pypy/pypy-3.11.7.3.18_p1.ebuild index 214aeb10d09f..e2dafe4ccb16 100644 --- a/dev-lang/pypy/pypy-3.11.7.3.18_p1.ebuild +++ b/dev-lang/pypy/pypy-3.11.7.3.18_p1.ebuild @@ -29,7 +29,7 @@ LICENSE="MIT" # also check pypy/interpreter/pycode.py -> pypy_incremental_magic SLOT="${PYVER}/pypy311-pp73-400" KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" -IUSE="+ensurepip gdbm +jit ncurses sqlite +symlink +test-install tk" +IUSE="+ensurepip gdbm +jit ncurses sqlite symlink +test-install tk" # many tests are failing upstream # see https://buildbot.pypy.org/summary?branch=py${PYVER} RESTRICT="test"