From d3938008ca3eccd299f9fccd970f3553109ccb72 Mon Sep 17 00:00:00 2001 From: David Michael Date: Sat, 24 Apr 2021 18:50:46 +0200 Subject: 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 Signed-off-by: David Seifert --- 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 0f92fd444cb5..fbc44c9ad9b5 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" -- cgit v1.2.3-65-gdbad