commit:     e371ac8697ebd999b69495f65d06632f233a6197
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 26 02:23:50 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 26 02:23:50 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e371ac86

net-vpn/strongswan: fix botan dep

If both `botan:2` and `botan:3` are installed, `dev-libs/botan:=`
may be materialised as `dev-libs/botan:2/19` in the VDB (`/var/db/pkg`),
yet its NEEDED may well be `libbotan.so.3`.

The upstream configure already prefers Botan 3 so this is fine.

Bug: https://bugs.gentoo.org/963601
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-vpn/strongswan/strongswan-6.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/strongswan/strongswan-6.0.3.ebuild 
b/net-vpn/strongswan/strongswan-6.0.3.ebuild
index 1ec106b52018..d735de570a96 100644
--- a/net-vpn/strongswan/strongswan-6.0.3.ebuild
+++ b/net-vpn/strongswan/strongswan-6.0.3.ebuild
@@ -52,7 +52,7 @@ COMMON_DEPEND="
        systemd? ( sys-apps/systemd )
        networkmanager? ( net-misc/networkmanager )
        pam? ( sys-libs/pam )
-       strongswan_plugins_botan? ( dev-libs/botan:= )
+       strongswan_plugins_botan? ( dev-libs/botan:3= )
        strongswan_plugins_connmark? ( net-firewall/iptables:= )
        strongswan_plugins_forecast? ( net-firewall/iptables:= )
        strongswan_plugins_soup? ( net-libs/libsoup:3.0 )

Reply via email to