projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87db1ea
)
sys-firmware/ipxe: add savedconfig support #487816
author
Mike Frysinger
<vapier@gentoo.org>
Tue, 21 Jun 2016 03:56:33 +0000
(23:56 -0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Tue, 21 Jun 2016 03:56:33 +0000
(23:56 -0400)
sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild
patch
|
blob
|
history
diff --git
a/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild
b/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild
index 62210521d8fb5303da235f1d837465c2efa4c971..2d58cf1357bce3098e0dbda8646edaedd982e96b 100644
(file)
--- 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
}