commit: 95caede57105a4c72190b0c56fda685980fb1490 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Wed Feb 24 10:20:23 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Mar 14 19:18:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95caede5
virtual/awk: EAPI 7 Closes: https://github.com/gentoo/gentoo/pull/19627 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> virtual/awk/awk-1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/virtual/awk/awk-1.ebuild b/virtual/awk/awk-1.ebuild index d577621d087..226d14fd613 100644 --- a/virtual/awk/awk-1.ebuild +++ b/virtual/awk/awk-1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="Virtual for awk implementation" SLOT="0" @@ -13,5 +13,4 @@ RDEPEND=" sys-apps/mawk sys-apps/nawk sys-apps/busybox - ) - !<sys-apps/gawk-4.0.1-r1" #before 4.0.1-r1 awk symlinks did belong to gawk #455696 + )"
