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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EDF8D13835A for ; Fri, 8 May 2020 02:41:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD98EE0828; Fri, 8 May 2020 02:41:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AABCDE0828 for ; Fri, 8 May 2020 02:41:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0894A34F2E1 for ; Fri, 8 May 2020 02:41:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5FDA103 for ; Fri, 8 May 2020 02:41:14 +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: <1588905571.3ce65a2136c8f0c14ca1db4bb6d75e1795da0322.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.0.1.ebuild X-VCS-Directories: net-vpn/ocserv/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 3ce65a2136c8f0c14ca1db4bb6d75e1795da0322 X-VCS-Branch: master Date: Fri, 8 May 2020 02:41:14 +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: 695a1b5c-d07b-42c3-920b-71f61833a23f X-Archives-Hash: 00a0ad74905ceeac9afc51e5351c3f20 commit: 3ce65a2136c8f0c14ca1db4bb6d75e1795da0322 Author: Mike Gilbert gentoo org> AuthorDate: Fri May 8 02:39:31 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri May 8 02:39:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ce65a21 net-vpn/ocserv: depend on net-vpn/openconnect for testing Signed-off-by: Mike Gilbert gentoo.org> net-vpn/ocserv/ocserv-1.0.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-vpn/ocserv/ocserv-1.0.1.ebuild b/net-vpn/ocserv/ocserv-1.0.1.ebuild index 321389528dd..b74db9451c7 100644 --- a/net-vpn/ocserv/ocserv-1.0.1.ebuild +++ b/net-vpn/ocserv/ocserv-1.0.1.ebuild @@ -20,6 +20,7 @@ BDEPEND=" test? ( net-libs/gnutls[tools(+)] net-libs/socket_wrapper + net-vpn/openconnect sys-libs/nss_wrapper sys-libs/uid_wrapper )