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 931B8138334 for ; 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 ; 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 ; 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 ; Thu, 26 Dec 2019 16:51:34 +0000 (UTC) From: "Jason A. Donenfeld" 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" 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: 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: 7e574ff3-dd17-4fd9-9135-8eefce76dd79 X-Archives-Hash: 8aca2d9db3ce940fcc1c8e0d0da555b0 commit: 8173390331b1e35762fc7ee09fbf402ed795f189 Author: Jason A. Donenfeld gentoo org> AuthorDate: Thu Dec 26 16:51:15 2019 +0000 Commit: Jason A. Donenfeld gentoo 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 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] ) "