Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/ipxe/
Date: Sat, 24 Apr 2021 16:51:19
Message-Id: 1619283046.d3938008ca3eccd299f9fccd970f3553109ccb72.soap@gentoo
1 commit: d3938008ca3eccd299f9fccd970f3553109ccb72
2 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 24 16:50:46 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 24 16:50:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3938008
7
8 sys-firmware/ipxe: EAPI 7
9
10 Closes: https://bugs.gentoo.org/784137
11 Package-Manager: Portage-3.0.17, Repoman-3.0.2
12 Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
13 Signed-off-by: David Seifert <soap <AT> gentoo.org>
14
15 sys-firmware/ipxe/ipxe-1.21.1.ebuild | 8 +++-----
16 1 file changed, 3 insertions(+), 5 deletions(-)
17
18 diff --git a/sys-firmware/ipxe/ipxe-1.21.1.ebuild b/sys-firmware/ipxe/ipxe-1.21.1.ebuild
19 index 0f92fd444cb..fbc44c9ad9b 100644
20 --- a/sys-firmware/ipxe/ipxe-1.21.1.ebuild
21 +++ b/sys-firmware/ipxe/ipxe-1.21.1.ebuild
22 @@ -1,9 +1,9 @@
23 # Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI="6"
27 +EAPI=7
28
29 -inherit toolchain-funcs savedconfig
30 +inherit savedconfig toolchain-funcs
31
32 DESCRIPTION="Open source network boot (PXE) firmware"
33 HOMEPAGE="https://ipxe.org/"
34 @@ -20,17 +20,15 @@ REQUIRED_USE="!amd64? ( !x86? ( binary ) )"
35
36 SOURCE_DEPEND="app-arch/xz-utils
37 dev-lang/perl
38 - sys-libs/zlib
39 iso? (
40 app-cdr/cdrtools
41 sys-boot/syslinux
42 )"
43 -DEPEND="
44 +BDEPEND="
45 !binary? (
46 amd64? ( ${SOURCE_DEPEND} )
47 x86? ( ${SOURCE_DEPEND} )
48 )"
49 -RDEPEND=""
50
51 S="${WORKDIR}/${P}/src"