commit:     0123d7bad3b99b9b84dce531e1ce94b285377f1e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 17 20:30:11 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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
 }

Reply via email to