diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-06-20 23:56:33 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-06-20 23:56:33 -0400 |
commit | 0494fd4a9705ac16e42112c607a7a5c050d82907 (patch) | |
tree | 564e7e03f67b27628aab1824d1fc86b730abefa4 /sys-firmware | |
parent | sys-firmware/ipxe: add USE=ipv6 support (diff) | |
download | gentoo-0494fd4a9705ac16e42112c607a7a5c050d82907.tar.gz gentoo-0494fd4a9705ac16e42112c607a7a5c050d82907.tar.bz2 gentoo-0494fd4a9705ac16e42112c607a7a5c050d82907.zip |
sys-firmware/ipxe: add savedconfig support #487816
Diffstat (limited to 'sys-firmware')
-rw-r--r-- | sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild b/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild index 62210521d8fb..2d58cf1357bc 100644 --- a/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild +++ b/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit toolchain-funcs eutils +inherit toolchain-funcs eutils savedconfig GIT_REV="cba22d36b77da53890bd65fdadd0e63925687af0" GIT_SHORT="cba22d3" @@ -47,6 +47,8 @@ EOF EOF fi + restore_config config/local/general.h + tc-ld-disable-gold } @@ -99,4 +101,6 @@ src_install() { use undi && doins bin/*.kpxe use usb && doins bin/*.usb use lkrn && doins bin/*.lkrn + + save_config config/local/general.h } |