commit: ac22f739ccb5a81016f42859ec489d9fdbc416dd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 00:01:53 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 00:01:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac22f739
Revert "dev-libs/openssl: Add REQUIRED_USE for tests"
This reverts commit 47566b1990e0c860841eb9b53b16b3d033a2cce3.
This is a hack which avoids the real issue - doesn't mention
the bug upstream which I reported that explains why we need
this. I don't think we want to keep this workaround in.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/openssl/openssl-1.1.1p.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/dev-libs/openssl/openssl-1.1.1p.ebuild
b/dev-libs/openssl/openssl-1.1.1p.ebuild
index 21020a80a28c..90f1683c106f 100644
--- a/dev-libs/openssl/openssl-1.1.1p.ebuild
+++ b/dev-libs/openssl/openssl-1.1.1p.ebuild
@@ -38,8 +38,6 @@ PDEPEND="app-misc/ca-certificates"
# force upgrade to prevent broken login, bug #696950
RDEPEND+=" !<net-misc/openssh-8.0_p1-r3"
-REQUIRED_USE="test? ( rfc3779 )"
-
MULTILIB_WRAPPED_HEADERS=(
usr/include/openssl/opensslconf.h
)