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 8A03E138334 for ; Fri, 27 Dec 2019 23:03:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCCB8E0A88; Fri, 27 Dec 2019 23:03:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9E8C2E0A88 for ; Fri, 27 Dec 2019 23:03:41 +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 B2F7734DC22 for ; Fri, 27 Dec 2019 23:03:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4557542 for ; Fri, 27 Dec 2019 23:03:39 +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: <1577487812.29217cc01b15dd087e179be817f1d9f3f34d21c2.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/wireguard-modules/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/wireguard-modules/wireguard-modules-0.0.20191226.ebuild net-vpn/wireguard-modules/wireguard-modules-9999.ebuild X-VCS-Directories: net-vpn/wireguard-modules/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason A. Donenfeld X-VCS-Revision: 29217cc01b15dd087e179be817f1d9f3f34d21c2 X-VCS-Branch: master Date: Fri, 27 Dec 2019 23:03:39 +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: 69f0b6ed-d676-4962-9823-61f0c31469aa X-Archives-Hash: 349902a08400828f5b5f6ca88a9707e3 commit: 29217cc01b15dd087e179be817f1d9f3f34d21c2 Author: Jason A. Donenfeld gentoo org> AuthorDate: Fri Dec 27 23:02:33 2019 +0000 Commit: Jason A. Donenfeld gentoo org> CommitDate: Fri Dec 27 23:03:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29217cc0 net-vpn/wireguard-modules: update to eapi 7 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jason A. Donenfeld gentoo.org> net-vpn/wireguard-modules/wireguard-modules-0.0.20191226.ebuild | 2 +- net-vpn/wireguard-modules/wireguard-modules-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-vpn/wireguard-modules/wireguard-modules-0.0.20191226.ebuild b/net-vpn/wireguard-modules/wireguard-modules-0.0.20191226.ebuild index dd0ff73d495..a17b7a5d487 100644 --- a/net-vpn/wireguard-modules/wireguard-modules-0.0.20191226.ebuild +++ b/net-vpn/wireguard-modules/wireguard-modules-0.0.20191226.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 MODULES_OPTIONAL_USE="module" inherit linux-mod bash-completion-r1 diff --git a/net-vpn/wireguard-modules/wireguard-modules-9999.ebuild b/net-vpn/wireguard-modules/wireguard-modules-9999.ebuild index dd0ff73d495..a17b7a5d487 100644 --- a/net-vpn/wireguard-modules/wireguard-modules-9999.ebuild +++ b/net-vpn/wireguard-modules/wireguard-modules-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 MODULES_OPTIONAL_USE="module" inherit linux-mod bash-completion-r1