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 5412B1382C5 for ; Fri, 5 Feb 2021 15:43:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F52BE08FE; Fri, 5 Feb 2021 15:43:38 +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 763D3E08FE for ; Fri, 5 Feb 2021 15:43:38 +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 1920C342EB4 for ; Fri, 5 Feb 2021 15:43:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A18784A4 for ; Fri, 5 Feb 2021 15:43:35 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1612539812.76ad1fcfd1dae26133badd3c480c77f68530ef94.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ethertypes/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/ethertypes/ethertypes-0.ebuild X-VCS-Directories: net-misc/ethertypes/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 76ad1fcfd1dae26133badd3c480c77f68530ef94 X-VCS-Branch: master Date: Fri, 5 Feb 2021 15:43:35 +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: af132781-324e-49fb-9649-914d18b8c42d X-Archives-Hash: 76a3eb54a22399efbea4267be589dc67 commit: 76ad1fcfd1dae26133badd3c480c77f68530ef94 Author: David Michael gmail com> AuthorDate: Fri Feb 5 15:07:39 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Feb 5 15:43:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76ad1fcf net-misc/ethertypes: EAPI 7 Closes: https://bugs.gentoo.org/768882 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Lars Wendler gentoo.org> net-misc/ethertypes/ethertypes-0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/ethertypes/ethertypes-0.ebuild b/net-misc/ethertypes/ethertypes-0.ebuild index 54aa239f785..49477fe2b1b 100644 --- a/net-misc/ethertypes/ethertypes-0.ebuild +++ b/net-misc/ethertypes/ethertypes-0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="Maps ethernet frame ids to symbolic names" HOMEPAGE="https://netfilter.org/"