Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
<use>
<flag name="tools">Compile the wg(8) tool and related helpers. You probably want this enabled.</flag>
<flag name="module">Compile the actual WireGuard kernel module. Most certainly you want this enabled, unless you're doing something strange.</flag>
- <flag name="module-src">Install the module source code to /usr/src, in case you like building kernel modules yourself.</flag>
- <flag name="debug">Enable verbose debug reporting in dmesg of various WireGuard peer and device information.</flag>
</use>
</pkgmetadata>
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="debug +module +tools module-src"
+IUSE="+module +tools"
RDEPEND="
tools? ( net-vpn/wireguard-tools )
- module? ( net-vpn/wireguard-modules[module,debug?] )
- module-src? ( net-vpn/wireguard-modules[module-src] )
+ module? ( net-vpn/wireguard-modules )
"