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-misc/wireguard/
Date: Wed, 29 Jun 2016 14:59:58
Message-Id: 1467212385.b238a50baf7b929563cd25af1d5bed68e5f5be1c.zx2c4@gentoo
1 commit: b238a50baf7b929563cd25af1d5bed68e5f5be1c
2 Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 14:59:34 2016 +0000
4 Commit: Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 14:59:45 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b238a50b
7
8 net-misc/wireguard: fix little details
9
10 net-misc/wireguard/wireguard-9999.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/net-misc/wireguard/wireguard-9999.ebuild b/net-misc/wireguard/wireguard-9999.ebuild
14 index 675c751..bfc0a9c 100644
15 --- a/net-misc/wireguard/wireguard-9999.ebuild
16 +++ b/net-misc/wireguard/wireguard-9999.ebuild
17 @@ -4,7 +4,7 @@
18
19 EAPI=6
20
21 -inherit linux-mod linux-info
22 +inherit linux-mod
23
24 DESCRIPTION="Simple yet fast and modern VPN that utilizes state-of-the-art cryptography."
25 HOMEPAGE="https://www.wireguard.io/"
26 @@ -39,8 +39,8 @@ pkg_setup() {
27 }
28
29 src_compile() {
30 - linux-mod_src_compile
31 - emake -C src/tools
32 + linux-mod_src_compile
33 + emake -C src/tools
34 }
35
36 src_install() {