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 CA00B1382C5 for ; Sun, 14 Mar 2021 19:18:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29A33E070D; Sun, 14 Mar 2021 19:18:26 +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 0E145E070D for ; Sun, 14 Mar 2021 19:18:26 +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 C5B61340B65 for ; Sun, 14 Mar 2021 19:18:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A8DC13B for ; Sun, 14 Mar 2021 19:18:23 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1615749491.95caede57105a4c72190b0c56fda685980fb1490.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/awk/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/awk/awk-1.ebuild X-VCS-Directories: virtual/awk/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 95caede57105a4c72190b0c56fda685980fb1490 X-VCS-Branch: master Date: Sun, 14 Mar 2021 19:18:23 +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: 98239f92-160e-4ee7-adb1-f5887ad1af3e X-Archives-Hash: f7713e582b7db23d8c7ee5caa78c468b commit: 95caede57105a4c72190b0c56fda685980fb1490 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Wed Feb 24 10:20:23 2021 +0000 Commit: Conrad Kostecki gentoo 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 pogatzki.net> Signed-off-by: Conrad Kostecki 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 - ) - !