commit: 27433e746e662096bcf6b91647307f9640878a22 Author: Dennis Eisele <kernlpanic <AT> dennis-eisele <DOT> de> AuthorDate: Tue Jan 11 22:57:45 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Wed Jan 12 08:23:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27433e74
net-vpn/strongswan: change dependencies so openssl3 isn't used Closes: https://bugs.gentoo.org/806178 Signed-off-by: Dennis Eisele <kernlpanic <AT> dennis-eisele.de> Closes: https://github.com/gentoo/gentoo/pull/23747 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> .../{strongswan-5.9.2-r1.ebuild => strongswan-5.9.2-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-vpn/strongswan/strongswan-5.9.2-r1.ebuild b/net-vpn/strongswan/strongswan-5.9.2-r2.ebuild similarity index 98% rename from net-vpn/strongswan/strongswan-5.9.2-r1.ebuild rename to net-vpn/strongswan/strongswan-5.9.2-r2.ebuild index cd1ecbe44da2..b537c194e061 100644 --- a/net-vpn/strongswan/strongswan-5.9.2-r1.ebuild +++ b/net-vpn/strongswan/strongswan-5.9.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -32,7 +32,7 @@ COMMON_DEPEND="non-root? ( caps? ( sys-libs/libcap ) curl? ( net-misc/curl ) ldap? ( net-nds/openldap ) - openssl? ( >=dev-libs/openssl-0.9.8:=[-bindist(-)] ) + openssl? ( >=dev-libs/openssl-0.9.8:=[-bindist(-)] <dev-libs/openssl-3:= ) mysql? ( dev-db/mysql-connector-c:= ) sqlite? ( >=dev-db/sqlite-3.3.1 ) systemd? ( sys-apps/systemd )
