Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 784137 - sys-firmware/ipxe: EAPI 7 request
Summary: sys-firmware/ipxe: EAPI 7 request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2021-04-19 13:17 UTC by David Michael
Modified: 2021-04-24 16:51 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
fix.patch (0001-sys-firmware-ipxe-EAPI-7.patch,1.27 KB, patch)
2021-04-19 13:23 UTC, David Michael
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Michael 2021-04-19 13:17:53 UTC
Here is a patch to bump the latest non-stable version to EAPI 7.  It simplifies the dependencies to not be conditional based on architecture, since that is enforced by `REQUIRED_USE` anyway.  It also drops the zlib dependency since the package seems to have its own implementation without using a system install.
Comment 1 David Michael 2021-04-19 13:23:17 UTC
Created attachment 700806 [details, diff]
fix.patch

Nevermind about dropping the arch conditional, I see that it was used to silence warnings that don't account for REQUIRED_USE.
Comment 2 Larry the Git Cow gentoo-dev 2021-04-24 16:51:14 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3938008ca3eccd299f9fccd970f3553109ccb72

commit d3938008ca3eccd299f9fccd970f3553109ccb72
Author:     David Michael <fedora.dm0@gmail.com>
AuthorDate: 2021-04-24 16:50:46 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2021-04-24 16:50:46 +0000

    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>

 sys-firmware/ipxe/ipxe-1.21.1.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)