From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1133736-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 931B8138334
	for <garchives@archives.gentoo.org>; Thu, 26 Dec 2019 16:51:38 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A2874E0D0D;
	Thu, 26 Dec 2019 16:51:37 +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 8A35BE0D0D
	for <gentoo-commits@lists.gentoo.org>; Thu, 26 Dec 2019 16:51:37 +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 6C00C34DBA7
	for <gentoo-commits@lists.gentoo.org>; Thu, 26 Dec 2019 16:51:36 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id F10143C
	for <gentoo-commits@lists.gentoo.org>; Thu, 26 Dec 2019 16:51:34 +0000 (UTC)
From: "Jason A. Donenfeld" <zx2c4@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, "Jason A. Donenfeld" <zx2c4@gentoo.org>
Message-ID: <1577379075.8173390331b1e35762fc7ee09fbf402ed795f189.zx2c4@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/wireguard/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-vpn/wireguard/wireguard-0.0.20191219-r2.ebuild
X-VCS-Directories: net-vpn/wireguard/
X-VCS-Committer: zx2c4
X-VCS-Committer-Name: Jason A. Donenfeld
X-VCS-Revision: 8173390331b1e35762fc7ee09fbf402ed795f189
X-VCS-Branch: master
Date: Thu, 26 Dec 2019 16:51:34 +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: 7e574ff3-dd17-4fd9-9135-8eefce76dd79
X-Archives-Hash: 8aca2d9db3ce940fcc1c8e0d0da555b0

commit:     8173390331b1e35762fc7ee09fbf402ed795f189
Author:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 16:51:15 2019 +0000
Commit:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 16:51:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81733903

net-vpn/wireguard: make use deps more precise

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>

 net-vpn/wireguard/wireguard-0.0.20191219-r2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-vpn/wireguard/wireguard-0.0.20191219-r2.ebuild b/net-vpn/wireguard/wireguard-0.0.20191219-r2.ebuild
index bd9e9772ed8..ea124a3af6b 100644
--- a/net-vpn/wireguard/wireguard-0.0.20191219-r2.ebuild
+++ b/net-vpn/wireguard/wireguard-0.0.20191219-r2.ebuild
@@ -13,7 +13,6 @@ IUSE="debug +module +tools module-src"
 
 RDEPEND="
 	tools? ( net-vpn/wireguard-tools )
-	module? ( net-vpn/wireguard-modules[module] )
+	module? ( net-vpn/wireguard-modules[module,debug?] )
 	module-src? ( net-vpn/wireguard-modules[module-src] )
-	debug? ( net-vpn/wireguard-modules[debug] )
 "