commit: b238a50baf7b929563cd25af1d5bed68e5f5be1c Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org> AuthorDate: Wed Jun 29 14:59:34 2016 +0000 Commit: Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org> CommitDate: Wed Jun 29 14:59:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b238a50b
net-misc/wireguard: fix little details net-misc/wireguard/wireguard-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/wireguard/wireguard-9999.ebuild b/net-misc/wireguard/wireguard-9999.ebuild index 675c751..bfc0a9c 100644 --- a/net-misc/wireguard/wireguard-9999.ebuild +++ b/net-misc/wireguard/wireguard-9999.ebuild @@ -4,7 +4,7 @@ EAPI=6 -inherit linux-mod linux-info +inherit linux-mod DESCRIPTION="Simple yet fast and modern VPN that utilizes state-of-the-art cryptography." HOMEPAGE="https://www.wireguard.io/" @@ -39,8 +39,8 @@ pkg_setup() { } src_compile() { - linux-mod_src_compile - emake -C src/tools + linux-mod_src_compile + emake -C src/tools } src_install() {
