diff options
author | Dennis Eisele <kernlpanic@dennis-eisele.de> | 2022-01-11 23:57:45 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-01-12 09:23:26 +0100 |
commit | 27433e746e662096bcf6b91647307f9640878a22 (patch) | |
tree | c2f29ec98f683128df7824444a45eecd92bb647e /net-vpn | |
parent | net-fs/autofs: fix strip symbol issue (diff) | |
download | gentoo-27433e746e662096bcf6b91647307f9640878a22.tar.gz gentoo-27433e746e662096bcf6b91647307f9640878a22.tar.bz2 gentoo-27433e746e662096bcf6b91647307f9640878a22.zip |
net-vpn/strongswan: change dependencies so openssl3 isn't used
Closes: https://bugs.gentoo.org/806178
Signed-off-by: Dennis Eisele <kernlpanic@dennis-eisele.de>
Closes: https://github.com/gentoo/gentoo/pull/23747
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/strongswan/strongswan-5.9.2-r2.ebuild (renamed from net-vpn/strongswan/strongswan-5.9.2-r1.ebuild) | 4 |
1 files 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 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 ) |