From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7FD781581D3 for ; Sun, 19 May 2024 15:21:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C541FE2A04; Sun, 19 May 2024 15:21:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE65AE2A04 for ; Sun, 19 May 2024 15:21:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0197E335D77 for ; Sun, 19 May 2024 15:21:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A409132F for ; Sun, 19 May 2024 15:21:48 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1716132092.10463c4094d53d072fec38d8c0d454692cf49fed.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/ocserv/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/ocserv/ocserv-1.1.7.ebuild X-VCS-Directories: net-vpn/ocserv/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 10463c4094d53d072fec38d8c0d454692cf49fed X-VCS-Branch: master Date: Sun, 19 May 2024 15:21:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 19392498-a554-4cdb-8da3-7e017ff68352 X-Archives-Hash: d0e02773e7bd851fdd8ac9af821401e2 commit: 10463c4094d53d072fec38d8c0d454692cf49fed Author: Mike Gilbert gentoo org> AuthorDate: Sun May 19 15:20:00 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun May 19 15:21:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10463c40 net-vpn/ocserv: restrict tests There seems to be some certificate issue. This version is out of date anyway. Signed-off-by: Mike Gilbert gentoo.org> net-vpn/ocserv/ocserv-1.1.7.ebuild | 4 ++-- 1 file 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