Diff ocserv-1.1.6 with a ocserv-1.1.7

/usr/portage/net-vpn/ocserv/ocserv-1.1.7.ebuild 2024-07-02 13:51:48.469851571 +0300
1
# Copyright 2019-2023 Gentoo Authors
1
# Copyright 2019-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
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? ( test )"
26
RESTRICT="test"
27 27

  
28 28
BDEPEND+="
29 29
	virtual/pkgconfig
......
84 84
	econf "${myconf[@]}"
85 85
}
86 86

  
87
src_test() {
88
	addwrite /proc
89
	default
90
}
91

  
87 92
src_install() {
88 93
	default
89 94

  
Thank you!