Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 423151 | Differences between
and this patch

Collapse All | Expand All

(-)/var/portage/gentoo/app-emulation/qemu-user/qemu-user-1.1.0.ebuild (-1 / +4 lines)
Lines 39-45 Link Here
39
DEPEND="app-text/texi2html
39
DEPEND="app-text/texi2html
40
	virtual/pkgconfig
40
	virtual/pkgconfig
41
	sys-libs/zlib[static-libs]
41
	sys-libs/zlib[static-libs]
42
	dev-libs/glib[static-libs]"
42
	dev-libs/glib[static-libs]
43
	>=dev-lang/python-2.4
44
	<dev-lang/python-3"
43
RDEPEND=""
45
RDEPEND=""
44
46
45
QA_WX_LOAD="
47
QA_WX_LOAD="
Lines 107-112 Link Here
107
	conf_opts+=" --extra-ldflags=-Wl,-z,execheap"
109
	conf_opts+=" --extra-ldflags=-Wl,-z,execheap"
108
	conf_opts+=" --disable-strip --disable-werror"
110
	conf_opts+=" --disable-strip --disable-werror"
109
	conf_opts+=" --static"
111
	conf_opts+=" --static"
112
	conf_opts+=" --python=/usr/bin/python2"
110
113
111
	./configure ${conf_opts} --target-list="${user_targets}" || die "econf failed"
114
	./configure ${conf_opts} --target-list="${user_targets}" || die "econf failed"
112
}
115
}

Return to bug 423151