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 72A261382C5 for ; Mon, 7 Jun 2021 03:44:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A07B5E0830; Mon, 7 Jun 2021 03:44:22 +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 6AAC6E0830 for ; Mon, 7 Jun 2021 03:44:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D9AF4340C7C for ; Mon, 7 Jun 2021 03:44:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10DA775B for ; Mon, 7 Jun 2021 03:44:19 +0000 (UTC) From: "Joshua Kinard" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joshua Kinard" Message-ID: <1623037436.1dea7276ac6139dbc8cc4e5d6ff9caf7d2e53c6a.kumba@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/mips-sources/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/mips-sources/mips-sources-4.14.235.ebuild sys-kernel/mips-sources/mips-sources-4.19.193.ebuild sys-kernel/mips-sources/mips-sources-5.4.124.ebuild X-VCS-Directories: sys-kernel/mips-sources/ X-VCS-Committer: kumba X-VCS-Committer-Name: Joshua Kinard X-VCS-Revision: 1dea7276ac6139dbc8cc4e5d6ff9caf7d2e53c6a X-VCS-Branch: master Date: Mon, 7 Jun 2021 03:44:19 +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: 72558731-691e-4d07-8018-c51608353fb6 X-Archives-Hash: bba686ec77cde8d4fe00f048d9926bc6 commit: 1dea7276ac6139dbc8cc4e5d6ff9caf7d2e53c6a Author: Joshua Kinard gentoo org> AuthorDate: Mon Jun 7 03:43:56 2021 +0000 Commit: Joshua Kinard gentoo org> CommitDate: Mon Jun 7 03:43:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dea7276 sys-kernel/mips-sources: Go back to EAPI6 Missed two items when bumping to EAPI7, so going back to EAPI6 until I can work a fix out. Signed-off-by: Joshua Kinard gentoo.org> Package-Manager: Portage-3.0.19, Repoman-3.0.3 sys-kernel/mips-sources/mips-sources-4.14.235.ebuild | 2 +- sys-kernel/mips-sources/mips-sources-4.19.193.ebuild | 2 +- sys-kernel/mips-sources/mips-sources-5.4.124.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-kernel/mips-sources/mips-sources-4.14.235.ebuild b/sys-kernel/mips-sources/mips-sources-4.14.235.ebuild index 25085a4036e..26b69af1b40 100644 --- a/sys-kernel/mips-sources/mips-sources-4.14.235.ebuild +++ b/sys-kernel/mips-sources/mips-sources-4.14.235.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # EAPI Version -EAPI="7" +EAPI="6" #//------------------------------------------------------------------------------ diff --git a/sys-kernel/mips-sources/mips-sources-4.19.193.ebuild b/sys-kernel/mips-sources/mips-sources-4.19.193.ebuild index c948a818773..f8b3da0cf24 100644 --- a/sys-kernel/mips-sources/mips-sources-4.19.193.ebuild +++ b/sys-kernel/mips-sources/mips-sources-4.19.193.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # EAPI Version -EAPI="7" +EAPI="6" #//------------------------------------------------------------------------------ diff --git a/sys-kernel/mips-sources/mips-sources-5.4.124.ebuild b/sys-kernel/mips-sources/mips-sources-5.4.124.ebuild index 493a26be205..c297256ee21 100644 --- a/sys-kernel/mips-sources/mips-sources-5.4.124.ebuild +++ b/sys-kernel/mips-sources/mips-sources-5.4.124.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # EAPI Version -EAPI="7" +EAPI="6" #//------------------------------------------------------------------------------