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] )
"