From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-910305-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 44BC81395E2
	for <garchives@archives.gentoo.org>; Mon,  7 Nov 2016 13:43:05 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 98E3FE0B59;
	Mon,  7 Nov 2016 13:43:01 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 7845EE0B59
	for <gentoo-commits@lists.gentoo.org>; Mon,  7 Nov 2016 13:43:01 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id E83653411B5
	for <gentoo-commits@lists.gentoo.org>; Mon,  7 Nov 2016 13:42:58 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id DD05D7D2
	for <gentoo-commits@lists.gentoo.org>; Mon,  7 Nov 2016 13:42:56 +0000 (UTC)
From: "Jason Donenfeld" <zx2c4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Jason Donenfeld" <zx2c4@gentoo.org>
Message-ID: <1478526174.70367ea5bdc56fc0ed9ce5f51d7f37459c874a79.zx2c4@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wireguard/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-misc/wireguard/wireguard-0.0.20161105.ebuild net-misc/wireguard/wireguard-9999.ebuild
X-VCS-Directories: net-misc/wireguard/
X-VCS-Committer: zx2c4
X-VCS-Committer-Name: Jason Donenfeld
X-VCS-Revision: 70367ea5bdc56fc0ed9ce5f51d7f37459c874a79
X-VCS-Branch: master
Date: Mon,  7 Nov 2016 13:42:56 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: f1343da4-b73c-4079-8e22-df9cf5ec11c6
X-Archives-Hash: 5f9aacd51698c5cd3b427fc7aebe09ac

commit:     70367ea5bdc56fc0ed9ce5f51d7f37459c874a79
Author:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  7 13:41:29 2016 +0000
Commit:     Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Mon Nov  7 13:42:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70367ea5

net-misc/wireguard: do not clean&build, just build

Package-Manager: portage-2.3.2

 net-misc/wireguard/wireguard-0.0.20161105.ebuild | 1 +
 net-misc/wireguard/wireguard-9999.ebuild         | 1 +
 2 files changed, 2 insertions(+)

diff --git a/net-misc/wireguard/wireguard-0.0.20161105.ebuild b/net-misc/wireguard/wireguard-0.0.20161105.ebuild
index 0bb51e8..50d9d1c 100644
--- a/net-misc/wireguard/wireguard-0.0.20161105.ebuild
+++ b/net-misc/wireguard/wireguard-0.0.20161105.ebuild
@@ -28,6 +28,7 @@ RDEPEND="${DEPEND}"
 
 MODULE_NAMES="wireguard(net:src)"
 BUILD_PARAMS="KERNELDIR=${KERNEL_DIR} V=1"
+BUILD_TARGETS="module"
 CONFIG_CHECK="NET INET NET_UDP_TUNNEL NF_CONNTRACK NETFILTER_XT_MATCH_HASHLIMIT CRYPTO_BLKCIPHER ~PADATA ~IP6_NF_IPTABLES"
 WARNING_PADATA="If you're running a multicore system you likely should enable CONFIG_PADATA for improved performance and parallel crypto."
 WARNING_IP6_NF_IPTABLES="If your kernel has CONFIG_IPV6, you need CONFIG_IP6_NF_IPTABLES; otherwise WireGuard will not insert."

diff --git a/net-misc/wireguard/wireguard-9999.ebuild b/net-misc/wireguard/wireguard-9999.ebuild
index 0bb51e8..50d9d1c 100644
--- a/net-misc/wireguard/wireguard-9999.ebuild
+++ b/net-misc/wireguard/wireguard-9999.ebuild
@@ -28,6 +28,7 @@ RDEPEND="${DEPEND}"
 
 MODULE_NAMES="wireguard(net:src)"
 BUILD_PARAMS="KERNELDIR=${KERNEL_DIR} V=1"
+BUILD_TARGETS="module"
 CONFIG_CHECK="NET INET NET_UDP_TUNNEL NF_CONNTRACK NETFILTER_XT_MATCH_HASHLIMIT CRYPTO_BLKCIPHER ~PADATA ~IP6_NF_IPTABLES"
 WARNING_PADATA="If you're running a multicore system you likely should enable CONFIG_PADATA for improved performance and parallel crypto."
 WARNING_IP6_NF_IPTABLES="If your kernel has CONFIG_IPV6, you need CONFIG_IP6_NF_IPTABLES; otherwise WireGuard will not insert."