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 ECA061382C5 for ; Sun, 14 Mar 2021 18:55:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4941EE083D; Sun, 14 Mar 2021 18:55:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 33AD5E083D for ; Sun, 14 Mar 2021 18:55:18 +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 441A7335D02 for ; Sun, 14 Mar 2021 18:55:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E50D0590 for ; Sun, 14 Mar 2021 18:55:15 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1615748110.7ef4ea518b9bed6f1fef7c5ade4e695610c696e5.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/which/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/which/which-2.21.ebuild X-VCS-Directories: sys-apps/which/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 7ef4ea518b9bed6f1fef7c5ade4e695610c696e5 X-VCS-Branch: master Date: Sun, 14 Mar 2021 18:55:15 +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: eb0f98ba-5f24-436d-b84e-2dc0394d6800 X-Archives-Hash: c405aa5fdbbf4b666ab0af0268134759 commit: 7ef4ea518b9bed6f1fef7c5ade4e695610c696e5 Author: David Michael gmail com> AuthorDate: Sun Mar 7 16:36:57 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Mar 14 18:55:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ef4ea51 sys-apps/which: EAPI 7 Closes: https://bugs.gentoo.org/774705 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Mike Gilbert gentoo.org> sys-apps/which/which-2.21.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-apps/which/which-2.21.ebuild b/sys-apps/which/which-2.21.ebuild index a292cba0868..831688cf7c0 100644 --- a/sys-apps/which/which-2.21.ebuild +++ b/sys-apps/which/which-2.21.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit flag-o-matic toolchain-funcs @@ -12,7 +12,6 @@ SRC_URI="https://carlowood.github.io/which/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" src_configure() { append-lfs-flags