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 374FB158018 for ; Sun, 3 Oct 2021 07:30:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A858E0886; Sun, 3 Oct 2021 07:30:53 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41A4AE0841 for ; Sun, 3 Oct 2021 07:30:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42B12342DF9 for ; Sun, 3 Oct 2021 07:30:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86F1D89 for ; Sun, 3 Oct 2021 07:30:50 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1633246241.92fc903c1aac8435140173f435aafb54fa59a8b8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/bridge-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/bridge-utils/bridge-utils-1.7.1.ebuild X-VCS-Directories: net-misc/bridge-utils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 92fc903c1aac8435140173f435aafb54fa59a8b8 X-VCS-Branch: master Date: Sun, 3 Oct 2021 07:30:50 +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: d1f993c5-6f03-479a-a963-4e29a00533aa X-Archives-Hash: ddbeca482152ecdaf16d1a1d0c23abe4 commit: 92fc903c1aac8435140173f435aafb54fa59a8b8 Author: Sam James gentoo org> AuthorDate: Sun Oct 3 07:28:39 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 3 07:30:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92fc903c net-misc/bridge-utils: drop down to EAPI 7 base-system@ is co-maint rather than primary maint but let's just do it for simplicity. Bug: https://bugs.gentoo.org/815883 Signed-off-by: Sam James gentoo.org> net-misc/bridge-utils/bridge-utils-1.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/bridge-utils/bridge-utils-1.7.1.ebuild b/net-misc/bridge-utils/bridge-utils-1.7.1.ebuild index d43eb4c1795..4e4da630259 100644 --- a/net-misc/bridge-utils/bridge-utils-1.7.1.ebuild +++ b/net-misc/bridge-utils/bridge-utils-1.7.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=8 +EAPI=7 inherit autotools linux-info toolchain-funcs