From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 D48B61396D0 for ; Mon, 2 Oct 2017 18:11:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C2D4E0BFA; Mon, 2 Oct 2017 18:11:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EDF49E0BFA for ; Mon, 2 Oct 2017 18:11:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A353034176C for ; Mon, 2 Oct 2017 18:11:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 358567300 for ; Mon, 2 Oct 2017 18:11:43 +0000 (UTC) From: "Jason Donenfeld" 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" Message-ID: <1506967894.4ac9ca88d1bcd61d1a6bafeba4281c9296dc26ac.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/wireguard/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/wireguard/wireguard-0.0.20171001.ebuild net-vpn/wireguard/wireguard-9999.ebuild X-VCS-Directories: net-vpn/wireguard/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason Donenfeld X-VCS-Revision: 4ac9ca88d1bcd61d1a6bafeba4281c9296dc26ac X-VCS-Branch: master Date: Mon, 2 Oct 2017 18:11:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d4f2335d-58ae-4a3a-90b4-45a1da4a7d94 X-Archives-Hash: 2e01eba11959b68cbfa322b571d7d1cc commit: 4ac9ca88d1bcd61d1a6bafeba4281c9296dc26ac Author: Jason A. Donenfeld gentoo org> AuthorDate: Mon Oct 2 18:11:22 2017 +0000 Commit: Jason Donenfeld gentoo org> CommitDate: Mon Oct 2 18:11:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac9ca88 net-vpn/wireguard: do not always depend on modutils Package-Manager: Portage-2.3.10, Repoman-2.3.3 net-vpn/wireguard/wireguard-0.0.20171001.ebuild | 1 + net-vpn/wireguard/wireguard-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-vpn/wireguard/wireguard-0.0.20171001.ebuild b/net-vpn/wireguard/wireguard-0.0.20171001.ebuild index 3a562565d9e..1c1f3973c94 100644 --- a/net-vpn/wireguard/wireguard-0.0.20171001.ebuild +++ b/net-vpn/wireguard/wireguard-0.0.20171001.ebuild @@ -3,6 +3,7 @@ EAPI=6 +MODULES_OPTIONAL_USE="module" inherit linux-mod bash-completion-r1 DESCRIPTION="Simple yet fast and modern VPN that utilizes state-of-the-art cryptography." diff --git a/net-vpn/wireguard/wireguard-9999.ebuild b/net-vpn/wireguard/wireguard-9999.ebuild index 3a562565d9e..1c1f3973c94 100644 --- a/net-vpn/wireguard/wireguard-9999.ebuild +++ b/net-vpn/wireguard/wireguard-9999.ebuild @@ -3,6 +3,7 @@ EAPI=6 +MODULES_OPTIONAL_USE="module" inherit linux-mod bash-completion-r1 DESCRIPTION="Simple yet fast and modern VPN that utilizes state-of-the-art cryptography."