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 5F3CF138334 for ; Fri, 27 Dec 2019 15:25:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA121E09BD; Fri, 27 Dec 2019 15:25:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 92B58E09BD for ; Fri, 27 Dec 2019 15:25:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C8BCB34DC04 for ; Fri, 27 Dec 2019 15:25:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 704AC42 for ; Fri, 27 Dec 2019 15:25:18 +0000 (UTC) From: "Jason A. 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 A. Donenfeld" Message-ID: <1577460310.de6c11cf4be3fb4ce0baf00231909e897da27719.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/wireguard-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/wireguard-tools/wireguard-tools-1.0.20191226.ebuild net-vpn/wireguard-tools/wireguard-tools-9999.ebuild X-VCS-Directories: net-vpn/wireguard-tools/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason A. Donenfeld X-VCS-Revision: de6c11cf4be3fb4ce0baf00231909e897da27719 X-VCS-Branch: master Date: Fri, 27 Dec 2019 15:25:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 352d8fed-3d50-463a-be8e-54dc6978acc8 X-Archives-Hash: 99f1248fb48d20f8755e7694b10435b6 commit: de6c11cf4be3fb4ce0baf00231909e897da27719 Author: Jason A. Donenfeld gentoo org> AuthorDate: Fri Dec 27 15:24:37 2019 +0000 Commit: Jason A. Donenfeld gentoo org> CommitDate: Fri Dec 27 15:25:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de6c11cf net-vpn/wireguard-tools: use linux-info rather than linux-mod Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: Jason A. Donenfeld gentoo.org> net-vpn/wireguard-tools/wireguard-tools-1.0.20191226.ebuild | 4 ++-- net-vpn/wireguard-tools/wireguard-tools-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-vpn/wireguard-tools/wireguard-tools-1.0.20191226.ebuild b/net-vpn/wireguard-tools/wireguard-tools-1.0.20191226.ebuild index 700f6f9b03e..2275a3d51c3 100644 --- a/net-vpn/wireguard-tools/wireguard-tools-1.0.20191226.ebuild +++ b/net-vpn/wireguard-tools/wireguard-tools-1.0.20191226.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit linux-mod bash-completion-r1 +inherit linux-info bash-completion-r1 DESCRIPTION="Required tools for WireGuard, such as wg(8) and wg-quick(8)" HOMEPAGE="https://www.wireguard.com/" @@ -38,7 +38,7 @@ pkg_setup() { wg_quick_optional_config_nob NETFILTER_XT_CONNMARK wg_quick_optional_config_nob IP6_NF_RAW wg_quick_optional_config_nob IP_NF_RAW - linux-mod_pkg_setup + linux-info_pkg_setup } src_compile() { diff --git a/net-vpn/wireguard-tools/wireguard-tools-9999.ebuild b/net-vpn/wireguard-tools/wireguard-tools-9999.ebuild index 700f6f9b03e..2275a3d51c3 100644 --- a/net-vpn/wireguard-tools/wireguard-tools-9999.ebuild +++ b/net-vpn/wireguard-tools/wireguard-tools-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit linux-mod bash-completion-r1 +inherit linux-info bash-completion-r1 DESCRIPTION="Required tools for WireGuard, such as wg(8) and wg-quick(8)" HOMEPAGE="https://www.wireguard.com/" @@ -38,7 +38,7 @@ pkg_setup() { wg_quick_optional_config_nob NETFILTER_XT_CONNMARK wg_quick_optional_config_nob IP6_NF_RAW wg_quick_optional_config_nob IP_NF_RAW - linux-mod_pkg_setup + linux-info_pkg_setup } src_compile() {