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 E7F981581D3 for ; Sun, 19 May 2024 16:19:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33E3CE29FF; Sun, 19 May 2024 16:19:22 +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 16119E29FF for ; Sun, 19 May 2024 16:19:22 +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 595C033BE4D for ; Sun, 19 May 2024 16:19:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9ECB1704 for ; Sun, 19 May 2024 16:19:19 +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: <1716135542.9865fdb44c4ef2a21f59b24dd21540f8ef23cd87.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-9999.ebuild X-VCS-Directories: net-vpn/ocserv/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 9865fdb44c4ef2a21f59b24dd21540f8ef23cd87 X-VCS-Branch: master Date: Sun, 19 May 2024 16:19:19 +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: 279af56a-245b-4edc-951b-bbcb9faccf34 X-Archives-Hash: 8fd07fa11911d420b872f2dc762f1a2a commit: 9865fdb44c4ef2a21f59b24dd21540f8ef23cd87 Author: Mike Gilbert gentoo org> AuthorDate: Sun May 19 16:03:13 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun May 19 16:19:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9865fdb4 net-vpn/ocserv: sync live Signed-off-by: Mike Gilbert gentoo.org> net-vpn/ocserv/ocserv-9999.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/net-vpn/ocserv/ocserv-9999.ebuild b/net-vpn/ocserv/ocserv-9999.ebuild index 9ff9e3fd75a7..be01b5b8a2b0 100644 --- a/net-vpn/ocserv/ocserv-9999.ebuild +++ b/net-vpn/ocserv/ocserv-9999.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 @@ -84,6 +84,11 @@ src_configure() { econf "${myconf[@]}" } +src_test() { + addwrite /proc + default +} + src_install() { default