commit: 76ad1fcfd1dae26133badd3c480c77f68530ef94 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com> AuthorDate: Fri Feb 5 15:07:39 2021 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> 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 <fedora.dm0 <AT> gmail.com> Signed-off-by: Lars Wendler <polynomial-c <AT> 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/"
