summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-vpn/tor/tor-0.4.8.12-r1.ebuild6
-rw-r--r--net-vpn/tor/tor-9999.ebuild6
2 files changed, 12 insertions, 0 deletions
diff --git a/net-vpn/tor/tor-0.4.8.12-r1.ebuild b/net-vpn/tor/tor-0.4.8.12-r1.ebuild
index 9bd15b87b19b..2cc565cd9bfa 100644
--- a/net-vpn/tor/tor-0.4.8.12-r1.ebuild
+++ b/net-vpn/tor/tor-0.4.8.12-r1.ebuild
@@ -73,6 +73,12 @@ PATCHES=(
"${FILESDIR}"/${PN}-0.2.7.4-torrc.sample.patch
)
+QA_CONFIG_IMPL_DECL_SKIP=(
+ # test correctly fails because -lnacl fails if not available
+ # https://bugs.gentoo.org/900092
+ crypto_scalarmult_curve25519
+)
+
pkg_setup() {
use test && python-any-r1_pkg_setup
}
diff --git a/net-vpn/tor/tor-9999.ebuild b/net-vpn/tor/tor-9999.ebuild
index 089779d771f6..22759b502bcd 100644
--- a/net-vpn/tor/tor-9999.ebuild
+++ b/net-vpn/tor/tor-9999.ebuild
@@ -73,6 +73,12 @@ PATCHES=(
"${FILESDIR}"/${PN}-0.2.7.4-torrc.sample.patch
)
+QA_CONFIG_IMPL_DECL_SKIP=(
+ # test correctly fails because -lnacl fails if not available
+ # https://bugs.gentoo.org/900092
+ crypto_scalarmult_curve25519
+)
+
pkg_setup() {
use test && python-any-r1_pkg_setup
}