From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1149144-garchives=archives.gentoo.org@lists.gentoo.org>
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 19FF5138350
	for <garchives@archives.gentoo.org>; Sun,  1 Mar 2020 09:42:01 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 448FFE08AC;
	Sun,  1 Mar 2020 09:42:00 +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 24A97E08AC
	for <gentoo-commits@lists.gentoo.org>; Sun,  1 Mar 2020 09:42:00 +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 D0F2A34F116
	for <gentoo-commits@lists.gentoo.org>; Sun,  1 Mar 2020 09:41:58 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id DF2EF2B
	for <gentoo-commits@lists.gentoo.org>; Sun,  1 Mar 2020 09:41:56 +0000 (UTC)
From: "Hans de Graaff" <graaff@gentoo.org>
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" <graaff@gentoo.org>
Message-ID: <1583055675.51a42c36b281a9373dbe3d8d7084ce85638c190e.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.30.ebuild
X-VCS-Directories: net-vpn/libreswan/
X-VCS-Committer: graaff
X-VCS-Committer-Name: Hans de Graaff
X-VCS-Revision: 51a42c36b281a9373dbe3d8d7084ce85638c190e
X-VCS-Branch: master
Date: Sun,  1 Mar 2020 09:41:56 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 3b04f09b-d8c3-48c6-9a5e-93954e3e0673
X-Archives-Hash: 4cdfc34cf2a10d4942e15548300e62db

commit:     51a42c36b281a9373dbe3d8d7084ce85638c190e
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  1 09:41:15 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Mar  1 09:41:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51a42c36

net-vpn/libreswan: drop obsolete blocker

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 net-vpn/libreswan/libreswan-3.30.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-vpn/libreswan/libreswan-3.30.ebuild b/net-vpn/libreswan/libreswan-3.30.ebuild
index bf8f6a93963..b16d469b9d0 100644
--- a/net-vpn/libreswan/libreswan-3.30.ebuild
+++ b/net-vpn/libreswan/libreswan-3.30.ebuild
@@ -43,7 +43,6 @@ BDEPEND="
 RDEPEND="${DEPEND}
 	dev-libs/nss[utils(+)]
 	sys-apps/iproute2
-	!net-misc/openswan
 	!net-vpn/strongswan
 	selinux? ( sec-policy/selinux-ipsec )
 "