From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A620D158091 for ; Fri, 17 Jun 2022 20:30:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB707E0B09; Fri, 17 Jun 2022 20:30:29 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C111DE0B09 for ; Fri, 17 Jun 2022 20:30:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AC2F7341C08 for ; Fri, 17 Jun 2022 20:30:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 106767F for ; Fri, 17 Jun 2022 20:30:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1655497811.0123d7bad3b99b9b84dce531e1ce94b285377f1e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/tor/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/tor/tor-0.4.7.8.ebuild X-VCS-Directories: net-vpn/tor/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0123d7bad3b99b9b84dce531e1ce94b285377f1e X-VCS-Branch: master Date: Fri, 17 Jun 2022 20:30:27 +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: 04d2ae51-770a-441e-950d-6bde7fd63784 X-Archives-Hash: 7649592e5f6e97eee5c521d2d690e3ce commit: 0123d7bad3b99b9b84dce531e1ce94b285377f1e Author: Sam James gentoo org> AuthorDate: Fri Jun 17 20:30:11 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 17 20:30:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0123d7ba net-vpn/tor: silence --disable-static QA warning it's a false positive. Closes: https://bugs.gentoo.org/831311 Signed-off-by: Sam James gentoo.org> net-vpn/tor/tor-0.4.7.8.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-vpn/tor/tor-0.4.7.8.ebuild b/net-vpn/tor/tor-0.4.7.8.ebuild index ff633774bff4..46b0279c3cb8 100644 --- a/net-vpn/tor/tor-0.4.7.8.ebuild +++ b/net-vpn/tor/tor-0.4.7.8.ebuild @@ -59,6 +59,10 @@ DOCS=() RESTRICT="!test? ( test )" +# EAPI 8 tries to append it but it doesn't exist here +# bug #831311 etc +QA_CONFIGURE_OPTIONS="--disable-static" + pkg_setup() { use test && python-any-r1_pkg_setup }