Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/openssl/
Date: Wed, 29 Jun 2022 00:03:15
Message-Id: 1656460913.ac22f739ccb5a81016f42859ec489d9fdbc416dd.sam@gentoo
1 commit: ac22f739ccb5a81016f42859ec489d9fdbc416dd
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 00:01:53 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 00:01:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac22f739
7
8 Revert "dev-libs/openssl: Add REQUIRED_USE for tests"
9
10 This reverts commit 47566b1990e0c860841eb9b53b16b3d033a2cce3.
11
12 This is a hack which avoids the real issue - doesn't mention
13 the bug upstream which I reported that explains why we need
14 this. I don't think we want to keep this workaround in.
15
16 Signed-off-by: Sam James <sam <AT> gentoo.org>
17
18 dev-libs/openssl/openssl-1.1.1p.ebuild | 2 --
19 1 file changed, 2 deletions(-)
20
21 diff --git a/dev-libs/openssl/openssl-1.1.1p.ebuild b/dev-libs/openssl/openssl-1.1.1p.ebuild
22 index 21020a80a28c..90f1683c106f 100644
23 --- a/dev-libs/openssl/openssl-1.1.1p.ebuild
24 +++ b/dev-libs/openssl/openssl-1.1.1p.ebuild
25 @@ -38,8 +38,6 @@ PDEPEND="app-misc/ca-certificates"
26 # force upgrade to prevent broken login, bug #696950
27 RDEPEND+=" !<net-misc/openssh-8.0_p1-r3"
28
29 -REQUIRED_USE="test? ( rfc3779 )"
30 -
31 MULTILIB_WRAPPED_HEADERS=(
32 usr/include/openssl/opensslconf.h
33 )