summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-06-17 21:30:11 +0100
committerSam James <sam@gentoo.org>2022-06-17 21:30:11 +0100
commit0123d7bad3b99b9b84dce531e1ce94b285377f1e (patch)
tree841a22fc003aa4d4c97d2ed29bc45bcb0022b8c5 /net-vpn/tor
parentapp-shells/bash: only dep on readline if is_release (diff)
downloadgentoo-0123d7bad3b99b9b84dce531e1ce94b285377f1e.tar.gz
gentoo-0123d7bad3b99b9b84dce531e1ce94b285377f1e.tar.bz2
gentoo-0123d7bad3b99b9b84dce531e1ce94b285377f1e.zip
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@gentoo.org>
Diffstat (limited to 'net-vpn/tor')
-rw-r--r--net-vpn/tor/tor-0.4.7.8.ebuild4
1 files changed, 4 insertions, 0 deletions
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
}