From: Mike Frysinger Date: Tue, 21 Jun 2016 03:55:06 +0000 (-0400) Subject: sys-firmware/ipxe: add USE=ipv6 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=87db1ea5e558bf2e8030422c3cd11e639d521e8c;p=gentoo.git sys-firmware/ipxe: add USE=ipv6 support --- diff --git a/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild b/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild index 7a57332ce739..62210521d8fb 100644 --- a/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild +++ b/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://git.ipxe.org/ipxe.git/snapshot/${GIT_REV}.tar.bz2 -> ${P}-${GIT LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="iso lkrn +qemu undi usb vmware" +IUSE="ipv6 iso lkrn +qemu undi usb vmware" DEPEND="dev-lang/perl sys-libs/zlib @@ -38,6 +38,8 @@ src_configure() { #define BANNER_TIMEOUT 0 EOF + use ipv6 && echo "#define NET_PROTO_IPV6" >> "${S}"/config/local/general.h + if use vmware; then cat <<-EOF >> "${S}"/config/local/general.h #define VMWARE_SETTINGS