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 8ED8F1382C5 for ; Sat, 24 Apr 2021 16:51:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73C64E07DB; Sat, 24 Apr 2021 16:51:17 +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 59166E07B3 for ; Sat, 24 Apr 2021 16:51:17 +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 37495341388 for ; Sat, 24 Apr 2021 16:51:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7919FCC for ; Sat, 24 Apr 2021 16:51:14 +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: <1619283046.d3938008ca3eccd299f9fccd970f3553109ccb72.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/ipxe/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-firmware/ipxe/ipxe-1.21.1.ebuild X-VCS-Directories: sys-firmware/ipxe/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: d3938008ca3eccd299f9fccd970f3553109ccb72 X-VCS-Branch: master Date: Sat, 24 Apr 2021 16:51:14 +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: 222b6119-7a3d-454f-84f5-958636828f00 X-Archives-Hash: 1552df0daf1da3b8d3f151dee668c193 commit: d3938008ca3eccd299f9fccd970f3553109ccb72 Author: David Michael gmail com> AuthorDate: Sat Apr 24 16:50:46 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Apr 24 16:50:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3938008 sys-firmware/ipxe: EAPI 7 Closes: https://bugs.gentoo.org/784137 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: David Seifert gentoo.org> sys-firmware/ipxe/ipxe-1.21.1.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/sys-firmware/ipxe/ipxe-1.21.1.ebuild b/sys-firmware/ipxe/ipxe-1.21.1.ebuild index 0f92fd444cb..fbc44c9ad9b 100644 --- a/sys-firmware/ipxe/ipxe-1.21.1.ebuild +++ b/sys-firmware/ipxe/ipxe-1.21.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=7 -inherit toolchain-funcs savedconfig +inherit savedconfig toolchain-funcs DESCRIPTION="Open source network boot (PXE) firmware" HOMEPAGE="https://ipxe.org/" @@ -20,17 +20,15 @@ REQUIRED_USE="!amd64? ( !x86? ( binary ) )" SOURCE_DEPEND="app-arch/xz-utils dev-lang/perl - sys-libs/zlib iso? ( app-cdr/cdrtools sys-boot/syslinux )" -DEPEND=" +BDEPEND=" !binary? ( amd64? ( ${SOURCE_DEPEND} ) x86? ( ${SOURCE_DEPEND} ) )" -RDEPEND="" S="${WORKDIR}/${P}/src"