diff options
author | Mike Gilbert <floppym@gentoo.org> | 2024-05-19 11:20:00 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2024-05-19 11:21:32 -0400 |
commit | 10463c4094d53d072fec38d8c0d454692cf49fed (patch) | |
tree | 6be1cf209e97837815a5a2e5af2345b5f486b990 /net-vpn | |
parent | dev-lang/zig: add 0.12.0 (diff) | |
download | gentoo-10463c4094d53d072fec38d8c0d454692cf49fed.tar.gz gentoo-10463c4094d53d072fec38d8c0d454692cf49fed.tar.bz2 gentoo-10463c4094d53d072fec38d8c0d454692cf49fed.zip |
net-vpn/ocserv: restrict tests
There seems to be some certificate issue. This version is out of date
anyway.
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/ocserv/ocserv-1.1.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-vpn/ocserv/ocserv-1.1.7.ebuild b/net-vpn/ocserv/ocserv-1.1.7.ebuild index 1b35605dac3b..9255a9952a09 100644 --- a/net-vpn/ocserv/ocserv-1.1.7.ebuild +++ b/net-vpn/ocserv/ocserv-1.1.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,7 +23,7 @@ HOMEPAGE="https://ocserv.gitlab.io/www/index.html" LICENSE="GPL-2" SLOT="0" IUSE="geoip kerberos +lz4 otp pam radius +seccomp systemd tcpd test" -RESTRICT="!test? ( test )" +RESTRICT="test" BDEPEND+=" virtual/pkgconfig |