Gentoo Archives: gentoo-commits

From: Jason Donenfeld <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/wireguard/
Date: Mon, 02 Oct 2017 18:11:46
Message-Id: 1506967894.4ac9ca88d1bcd61d1a6bafeba4281c9296dc26ac.zx2c4@gentoo
1 commit: 4ac9ca88d1bcd61d1a6bafeba4281c9296dc26ac
2 Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 2 18:11:22 2017 +0000
4 Commit: Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 2 18:11:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac9ca88
7
8 net-vpn/wireguard: do not always depend on modutils
9
10 Package-Manager: Portage-2.3.10, Repoman-2.3.3
11
12 net-vpn/wireguard/wireguard-0.0.20171001.ebuild | 1 +
13 net-vpn/wireguard/wireguard-9999.ebuild | 1 +
14 2 files changed, 2 insertions(+)
15
16 diff --git a/net-vpn/wireguard/wireguard-0.0.20171001.ebuild b/net-vpn/wireguard/wireguard-0.0.20171001.ebuild
17 index 3a562565d9e..1c1f3973c94 100644
18 --- a/net-vpn/wireguard/wireguard-0.0.20171001.ebuild
19 +++ b/net-vpn/wireguard/wireguard-0.0.20171001.ebuild
20 @@ -3,6 +3,7 @@
21
22 EAPI=6
23
24 +MODULES_OPTIONAL_USE="module"
25 inherit linux-mod bash-completion-r1
26
27 DESCRIPTION="Simple yet fast and modern VPN that utilizes state-of-the-art cryptography."
28
29 diff --git a/net-vpn/wireguard/wireguard-9999.ebuild b/net-vpn/wireguard/wireguard-9999.ebuild
30 index 3a562565d9e..1c1f3973c94 100644
31 --- a/net-vpn/wireguard/wireguard-9999.ebuild
32 +++ b/net-vpn/wireguard/wireguard-9999.ebuild
33 @@ -3,6 +3,7 @@
34
35 EAPI=6
36
37 +MODULES_OPTIONAL_USE="module"
38 inherit linux-mod bash-completion-r1
39
40 DESCRIPTION="Simple yet fast and modern VPN that utilizes state-of-the-art cryptography."