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

(-)a/app-emulation/qemu/qemu-5.2.0.ebuild (+10 lines)
Lines 69-74 REQUIRED_USE="${PYTHON_REQUIRED_USE} Link Here
69
	qemu_softmmu_targets_riscv64? ( fdt )
69
	qemu_softmmu_targets_riscv64? ( fdt )
70
	static? ( static-user !alsa !gtk !jack !opengl !pulseaudio !plugins !rbd !snappy )
70
	static? ( static-user !alsa !gtk !jack !opengl !pulseaudio !plugins !rbd !snappy )
71
	static-user? ( !plugins )
71
	static-user? ( !plugins )
72
	vhost-user-fs? ( caps seccomp )
72
	virtfs? ( caps xattr )
73
	virtfs? ( caps xattr )
73
	vte? ( gtk )
74
	vte? ( gtk )
74
	plugins? ( !static !static-user )
75
	plugins? ( !static !static-user )
Lines 439-444 qemu_src_configure() { Link Here
439
			echo "--disable-${2:-$1}"
440
			echo "--disable-${2:-$1}"
440
		fi
441
		fi
441
	}
442
	}
443
	# Enable option only for tools build, but not 'user' or 'softmmu'
444
	conf_tools() {
445
		if [[ ${buildtype} == "tools" ]] ; then
446
			use_enable "$@"
447
		else
448
			echo "--disable-${2:-$1}"
449
		fi
450
	}
442
	conf_opts+=(
451
	conf_opts+=(
443
		$(conf_notuser accessibility brlapi)
452
		$(conf_notuser accessibility brlapi)
444
		$(conf_notuser aio linux-aio)
453
		$(conf_notuser aio linux-aio)
Lines 480-485 qemu_src_configure() { Link Here
480
		$(conf_notuser vde)
489
		$(conf_notuser vde)
481
		$(conf_notuser vhost-net)
490
		$(conf_notuser vhost-net)
482
		$(conf_notuser vhost-user-fs)
491
		$(conf_notuser vhost-user-fs)
492
		$(conf_tools vhost-user-fs virtiofsd)
483
		$(conf_notuser virgl virglrenderer)
493
		$(conf_notuser virgl virglrenderer)
484
		$(conf_notuser virtfs)
494
		$(conf_notuser virtfs)
485
		$(conf_notuser vnc)
495
		$(conf_notuser vnc)
(-)a/app-emulation/qemu/qemu-9999.ebuild (-1 / +10 lines)
Lines 69-74 REQUIRED_USE="${PYTHON_REQUIRED_USE} Link Here
69
	qemu_softmmu_targets_riscv64? ( fdt )
69
	qemu_softmmu_targets_riscv64? ( fdt )
70
	static? ( static-user !alsa !gtk !jack !opengl !pulseaudio !plugins !rbd !snappy )
70
	static? ( static-user !alsa !gtk !jack !opengl !pulseaudio !plugins !rbd !snappy )
71
	static-user? ( !plugins )
71
	static-user? ( !plugins )
72
	vhost-user-fs? ( caps seccomp )
72
	virtfs? ( caps xattr )
73
	virtfs? ( caps xattr )
73
	vte? ( gtk )
74
	vte? ( gtk )
74
	plugins? ( !static !static-user )
75
	plugins? ( !static !static-user )
Lines 437-442 qemu_src_configure() { Link Here
437
			echo "--disable-${2:-$1}"
438
			echo "--disable-${2:-$1}"
438
		fi
439
		fi
439
	}
440
	}
441
	# Enable option only for tools build, but not 'user' or 'softmmu'
442
	conf_tools() {
443
		if [[ ${buildtype} == "tools" ]] ; then
444
			use_enable "$@"
445
		else
446
			echo "--disable-${2:-$1}"
447
		fi
448
	}
440
	conf_opts+=(
449
	conf_opts+=(
441
		$(conf_notuser accessibility brlapi)
450
		$(conf_notuser accessibility brlapi)
442
		$(conf_notuser aio linux-aio)
451
		$(conf_notuser aio linux-aio)
Lines 478-483 qemu_src_configure() { Link Here
478
		$(conf_notuser vde)
487
		$(conf_notuser vde)
479
		$(conf_notuser vhost-net)
488
		$(conf_notuser vhost-net)
480
		$(conf_notuser vhost-user-fs)
489
		$(conf_notuser vhost-user-fs)
490
		$(conf_tools vhost-user-fs virtiofsd)
481
		$(conf_notuser virgl virglrenderer)
491
		$(conf_notuser virgl virglrenderer)
482
		$(conf_notuser virtfs)
492
		$(conf_notuser virtfs)
483
		$(conf_notuser vnc)
493
		$(conf_notuser vnc)
484
- 

Return to bug 759673