commit: a498c2d0952cde0135a798eec6f28fdfc80ee9fa Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Thu Jan 6 09:07:08 2022 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Jan 6 09:07:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a498c2d0
net-vpn/openvpn: remove userland_BSD Signed-off-by: David Seifert <soap <AT> gentoo.org> net-vpn/openvpn/openvpn-2.5.2-r2.ebuild | 4 ++-- net-vpn/openvpn/openvpn-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-vpn/openvpn/openvpn-2.5.2-r2.ebuild b/net-vpn/openvpn/openvpn-2.5.2-r2.ebuild index f3520516410b..005ac8cef337 100644 --- a/net-vpn/openvpn/openvpn-2.5.2-r2.ebuild +++ b/net-vpn/openvpn/openvpn-2.5.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 @@ -22,7 +22,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="down-root examples inotify iproute2 +lz4 +lzo mbedtls +openssl" -IUSE+=" pam pkcs11 +plugins selinux systemd test userland_BSD" +IUSE+=" pam pkcs11 +plugins selinux systemd test" RESTRICT="!test? ( test )" REQUIRED_USE=" diff --git a/net-vpn/openvpn/openvpn-9999.ebuild b/net-vpn/openvpn/openvpn-9999.ebuild index 1dfab6f2d9f7..cec8d0d00572 100644 --- a/net-vpn/openvpn/openvpn-9999.ebuild +++ b/net-vpn/openvpn/openvpn-9999.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 @@ -22,7 +22,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="down-root examples inotify iproute2 +lz4 +lzo mbedtls +openssl" -IUSE+=" pam pkcs11 +plugins selinux systemd test userland_BSD" +IUSE+=" pam pkcs11 +plugins selinux systemd test" RESTRICT="!test? ( test )" REQUIRED_USE="
