Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 457804
Collapse All | Expand All

(-)qemu-1.3.0.ebuild (-3 / +2 lines)
Lines 200-206 Link Here
200
	python_convert_shebangs -r 2 "${S}/scripts/kvm/kvm_stat"
200
	python_convert_shebangs -r 2 "${S}/scripts/kvm/kvm_stat"
201
	python_convert_shebangs -r 2 "${S}/scripts/kvm/vmxcap"
201
	python_convert_shebangs -r 2 "${S}/scripts/kvm/vmxcap"
202
202
203
	epatch "${FILESDIR}"/qemu-1.2.0-cflags.patch
203
	#epatch "${FILESDIR}"/qemu-1.2.0-cflags.patch
204
	[[ -n ${BACKPORTS} ]] && \
204
	[[ -n ${BACKPORTS} ]] && \
205
		EPATCH_FORCE=yes EPATCH_SUFFIX="patch" EPATCH_SOURCE="${S}/patches" \
205
		EPATCH_FORCE=yes EPATCH_SUFFIX="patch" EPATCH_SOURCE="${S}/patches" \
206
			epatch
206
			epatch
Lines 287-293 Link Here
287
		$(use_enable sasl vnc-sasl) \
287
		$(use_enable sasl vnc-sasl) \
288
		$(use_enable sdl) \
288
		$(use_enable sdl) \
289
		$(use_enable seccomp) \
289
		$(use_enable seccomp) \
290
		$(use_enable smartcard smartcard) \
291
		$(use_enable smartcard smartcard-nss) \
290
		$(use_enable smartcard smartcard-nss) \
292
		$(use_enable spice) \
291
		$(use_enable spice) \
293
		$(use_enable tci tcg-interpreter) \
292
		$(use_enable tci tcg-interpreter) \
Lines 334-340 Link Here
334
		fi
333
		fi
335
	fi
334
	fi
336
335
337
	dodoc Changelog MAINTAINERS TODO pci-ids.txt
336
	#dodoc Changelog MAINTAINERS TODO pci-ids.txt
338
	newdoc pc-bios/README README.pc-bios
337
	newdoc pc-bios/README README.pc-bios
339
338
340
	use python && dobin scripts/kvm/kvm_stat
339
	use python && dobin scripts/kvm/kvm_stat

Return to bug 457804