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 435D31581D3 for ; Mon, 20 May 2024 14:44:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 835E6E2A3C; Mon, 20 May 2024 14:44:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 5D440E2A3C for ; Mon, 20 May 2024 14:44:45 +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 6B99D335C31 for ; Mon, 20 May 2024 14:44:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D176DB68 for ; Mon, 20 May 2024 14:44:42 +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: <1716216208.1f4ffed3cf57e9d51427c51eba8b2c73dd93c8d8.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.3.0.ebuild 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: 1f4ffed3cf57e9d51427c51eba8b2c73dd93c8d8 X-VCS-Branch: master Date: Mon, 20 May 2024 14:44:42 +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: 7d2a7492-69e4-46d8-abc4-ec84d68d51fd X-Archives-Hash: be6b39b8cae94337ab073dbb1493bca8 commit: 1f4ffed3cf57e9d51427c51eba8b2c73dd93c8d8 Author: Mike Gilbert gentoo org> AuthorDate: Mon May 20 14:43:28 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon May 20 14:43:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f4ffed3 net-vpn/ocserv: depend on ipcalc unconditionally Closes: https://bugs.gentoo.org/932259 Signed-off-by: Mike Gilbert gentoo.org> net-vpn/ocserv/ocserv-1.3.0.ebuild | 2 +- net-vpn/ocserv/ocserv-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-vpn/ocserv/ocserv-1.3.0.ebuild b/net-vpn/ocserv/ocserv-1.3.0.ebuild index 52512265f732..44ddeac84fcd 100644 --- a/net-vpn/ocserv/ocserv-1.3.0.ebuild +++ b/net-vpn/ocserv/ocserv-1.3.0.ebuild @@ -26,11 +26,11 @@ IUSE="geoip kerberos +lz4 otp pam radius +seccomp systemd tcpd test" RESTRICT="!test? ( test )" BDEPEND+=" + net-misc/ipcalc virtual/pkgconfig test? ( net-libs/gnutls[tools(+)] net-libs/socket_wrapper - net-misc/ipcalc net-vpn/openconnect sys-libs/nss_wrapper sys-libs/uid_wrapper diff --git a/net-vpn/ocserv/ocserv-9999.ebuild b/net-vpn/ocserv/ocserv-9999.ebuild index 52512265f732..44ddeac84fcd 100644 --- a/net-vpn/ocserv/ocserv-9999.ebuild +++ b/net-vpn/ocserv/ocserv-9999.ebuild @@ -26,11 +26,11 @@ IUSE="geoip kerberos +lz4 otp pam radius +seccomp systemd tcpd test" RESTRICT="!test? ( test )" BDEPEND+=" + net-misc/ipcalc virtual/pkgconfig test? ( net-libs/gnutls[tools(+)] net-libs/socket_wrapper - net-misc/ipcalc net-vpn/openconnect sys-libs/nss_wrapper sys-libs/uid_wrapper