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 9A7D51382C5 for ; Thu, 27 May 2021 21:48:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF0F7E088D; Thu, 27 May 2021 21:48:47 +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 C2A01E088D for ; Thu, 27 May 2021 21:48:47 +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 6D215340D2A for ; Thu, 27 May 2021 21:48:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D69C05C4 for ; Thu, 27 May 2021 21:48:44 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1622151754.dfc00a2c8a83f4875f1af0b9214811a6eb980474.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-headers/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/linux-headers/linux-headers-5.12.ebuild X-VCS-Directories: sys-kernel/linux-headers/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: dfc00a2c8a83f4875f1af0b9214811a6eb980474 X-VCS-Branch: master Date: Thu, 27 May 2021 21:48:44 +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: 6b95b8b3-2766-46da-bd9a-8aaf5062f384 X-Archives-Hash: 3701a3e13ca13cb551c3123ce4a65667 commit: dfc00a2c8a83f4875f1af0b9214811a6eb980474 Author: David Michael gmail com> AuthorDate: Tue Feb 16 17:13:07 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu May 27 21:42:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfc00a2c sys-kernel/linux-headers: EAPI 7 Closes: https://bugs.gentoo.org/770979 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Sergei Trofimovich gentoo.org> sys-kernel/linux-headers/linux-headers-5.12.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys-kernel/linux-headers/linux-headers-5.12.ebuild b/sys-kernel/linux-headers/linux-headers-5.12.ebuild index 6ce8a6c038a..6e9923bb2b8 100644 --- a/sys-kernel/linux-headers/linux-headers-5.12.ebuild +++ b/sys-kernel/linux-headers/linux-headers-5.12.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 ETYPE="headers" H_SUPPORTEDARCH="alpha amd64 arc arm arm64 avr32 cris frv hexagon hppa ia64 m32r m68k metag microblaze mips mn10300 nios2 openrisc ppc ppc64 riscv s390 score sh sparc x86 xtensa" @@ -17,9 +17,8 @@ SRC_URI="${KERNEL_URI} KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" -DEPEND="app-arch/xz-utils +BDEPEND="app-arch/xz-utils dev-lang/perl" -RDEPEND="" S=${WORKDIR}/linux-${PV}