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 55318138334 for ; Sat, 8 Jun 2019 06:25:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CCD8E082F; Sat, 8 Jun 2019 06:25:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 407C8E082F for ; Sat, 8 Jun 2019 06:25:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8AB5434593B for ; Sat, 8 Jun 2019 06:25:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BA9D602 for ; Sat, 8 Jun 2019 06:25:05 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1559975058.765c4565575f7d39edb0fa94edb44055d18adf19.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/libreswan/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/libreswan/libreswan-3.28.ebuild X-VCS-Directories: net-vpn/libreswan/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 765c4565575f7d39edb0fa94edb44055d18adf19 X-VCS-Branch: master Date: Sat, 8 Jun 2019 06:25:05 +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: 6888677c-b2fe-4f7c-9608-a28400bb731d X-Archives-Hash: 28d202c7d8e14e218e4954ec121b9cde commit: 765c4565575f7d39edb0fa94edb44055d18adf19 Author: Hans de Graaff gentoo org> AuthorDate: Sat Jun 8 06:15:55 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Jun 8 06:24:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=765c4565 net-vpn/libreswan: add missing nss dep that is new enough Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 net-vpn/libreswan/libreswan-3.28.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-vpn/libreswan/libreswan-3.28.ebuild b/net-vpn/libreswan/libreswan-3.28.ebuild index 9d4ae2605aa..6a7f68a383b 100644 --- a/net-vpn/libreswan/libreswan-3.28.ebuild +++ b/net-vpn/libreswan/libreswan-3.28.ebuild @@ -19,6 +19,7 @@ DEPEND=" dev-libs/gmp:0= dev-libs/libevent:0= dev-libs/nspr + >=dev-libs/nss-3.42 caps? ( sys-libs/libcap-ng ) curl? ( net-misc/curl ) dnssec? ( >=net-dns/unbound-1.9.1-r1:= net-libs/ldns )