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 A71CF13835B for ; Thu, 13 May 2021 13:55:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EC2BE0874; Thu, 13 May 2021 13:55:42 +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 56546E0870 for ; Thu, 13 May 2021 13:55:42 +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 220DF340DB4 for ; Thu, 13 May 2021 13:55:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6ADE77E for ; Thu, 13 May 2021 13:55:36 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1620914050.5502808ebd4964e6c8841c7c7128930d982ed9cd.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/findutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/findutils/findutils-4.8.0.ebuild X-VCS-Directories: sys-apps/findutils/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 5502808ebd4964e6c8841c7c7128930d982ed9cd X-VCS-Branch: master Date: Thu, 13 May 2021 13:55:36 +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: 2775bae1-621e-4dc0-9879-0d04d5f86966 X-Archives-Hash: 4758f792999921ab27233debe11d31a8 commit: 5502808ebd4964e6c8841c7c7128930d982ed9cd Author: Sam James gentoo org> AuthorDate: Thu May 13 13:54:10 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Thu May 13 13:54:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5502808e sys-apps/findutils: drop unused toolchain-funcs inherit Signed-off-by: David Seifert gentoo.org> sys-apps/findutils/findutils-4.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/findutils/findutils-4.8.0.ebuild b/sys-apps/findutils/findutils-4.8.0.ebuild index 61e4004cda6..47dbdb5d314 100644 --- a/sys-apps/findutils/findutils-4.8.0.ebuild +++ b/sys-apps/findutils/findutils-4.8.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..9} ) -inherit flag-o-matic toolchain-funcs python-any-r1 +inherit flag-o-matic python-any-r1 DESCRIPTION="GNU utilities for finding files" HOMEPAGE="https://www.gnu.org/software/findutils/"