diff options
author | David Michael <fedora.dm0@gmail.com> | 2021-04-24 18:50:46 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-04-24 18:50:46 +0200 |
commit | d3938008ca3eccd299f9fccd970f3553109ccb72 (patch) | |
tree | 39b1c4f4d13990302cb41e961df47c7cf125af83 /sys-firmware | |
parent | sys-libs/libfaketime: drop old (diff) | |
download | gentoo-d3938008ca3eccd299f9fccd970f3553109ccb72.tar.gz gentoo-d3938008ca3eccd299f9fccd970f3553109ccb72.tar.bz2 gentoo-d3938008ca3eccd299f9fccd970f3553109ccb72.zip |
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@gmail.com>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-firmware')
-rw-r--r-- | sys-firmware/ipxe/ipxe-1.21.1.ebuild | 8 |
1 files 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" |