net-misc/wireguard: fix little details
authorJason A. Donenfeld <zx2c4@gentoo.org>
Wed, 29 Jun 2016 14:59:34 +0000 (16:59 +0200)
committerJason A. Donenfeld <zx2c4@gentoo.org>
Wed, 29 Jun 2016 14:59:45 +0000 (16:59 +0200)
net-misc/wireguard/wireguard-9999.ebuild

index 675c75177106ca5cd13397bf1cf8c15aadd09017..bfc0a9c910f149185f630163bd76cf5c56892cf1 100644 (file)
@@ -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() {