Diff ocserv-1.1.7 with a ocserv-9999

/usr/portage/net-vpn/ocserv/ocserv-9999.ebuild 2024-07-02 13:51:48.469851571 +0300
14 14
	BDEPEND="verify-sig? ( sec-keys/openpgp-keys-ocserv )"
15 15
	SRC_URI="https://www.infradead.org/ocserv/download/${P}.tar.xz
16 16
		verify-sig? ( https://www.infradead.org/ocserv/download/${P}.tar.xz.sig )"
17
	KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
17
	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
18 18
fi
19 19

  
20 20
DESCRIPTION="Openconnect SSL VPN server"
......
23 23
LICENSE="GPL-2"
24 24
SLOT="0"
25 25
IUSE="geoip kerberos +lz4 otp pam radius +seccomp systemd tcpd test"
26
RESTRICT="test"
26
RESTRICT="!test? ( test )"
27 27

  
28 28
BDEPEND+="
29
	net-misc/ipcalc
29 30
	virtual/pkgconfig
30 31
	test? (
31 32
		net-libs/gnutls[tools(+)]
......
43 44
	dev-libs/pcl:0=
44 45
	dev-libs/protobuf-c:0=
45 46
	>=net-libs/gnutls-3.3.0:0=
46
	net-libs/http-parser:0=
47 47
	sys-libs/readline:0=
48 48
	sys-libs/talloc:0=
49 49
	virtual/libcrypt:=
......
69 69
src_configure() {
70 70
	local myconf=(
71 71
		--without-root-tests
72
		--without-nuttcp-tests
73 72

  
74 73
		$(use_enable seccomp)
75 74
		$(use_enable systemd)
76 75

  
77 76
		$(use_with geoip)
78 77
		$(use_with kerberos gssapi)
78
		--without-llhttp
79 79
		$(use_with lz4)
80 80
		$(use_with otp liboath)
81 81
		$(use_with radius)
Thank you!