commit:     d3938008ca3eccd299f9fccd970f3553109ccb72
Author:     David Michael <fedora.dm0 <AT> gmail <DOT> com>
AuthorDate: Sat Apr 24 16:50:46 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> 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 <fedora.dm0 <AT> gmail.com>
Signed-off-by: David Seifert <soap <AT> 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"
 

Reply via email to