commit: 9a21f19e85788b98db74829812e86dba7ac0df21 Author: Dennis Eisele <kernlpanic <AT> dennis-eisele <DOT> de> AuthorDate: Wed Jan 5 22:47:33 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Thu Jan 6 18:33:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a21f19e
net-vpn/strongswan: add charon-cmd support Closes: https://bugs.gentoo.org/524642 Signed-off-by: Dennis Eisele <kernlpanic <AT> dennis-eisele.de> Closes: https://github.com/gentoo/gentoo/pull/23663 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> .../strongswan/{strongswan-5.9.4.ebuild => strongswan-5.9.4-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-vpn/strongswan/strongswan-5.9.4.ebuild b/net-vpn/strongswan/strongswan-5.9.4-r1.ebuild similarity index 99% rename from net-vpn/strongswan/strongswan-5.9.4.ebuild rename to net-vpn/strongswan/strongswan-5.9.4-r1.ebuild index 133424376b55..62733a563b86 100644 --- a/net-vpn/strongswan/strongswan-5.9.4.ebuild +++ b/net-vpn/strongswan/strongswan-5.9.4-r1.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="8" @@ -138,6 +138,7 @@ src_configure() { --enable-ikev2 \ --enable-swanctl \ --enable-socket-dynamic \ + --enable-cmd \ $(use_enable curl) \ $(use_enable constraints) \ $(use_enable ldap) \
