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

Collapse All | Expand All

(-)/usr/portage/x11-libs/vte/vte-0.28.2-r206.ebuild (-2 / +4 lines)
Lines 38-45 Link Here
38
	sys-devel/gettext"
38
	sys-devel/gettext"
39
39
40
src_prepare() {
40
src_prepare() {
41
	# Do not disable gnome-pty-helper, bug #401389
42
	G2CONF="${G2CONF}
41
	G2CONF="${G2CONF}
42
		--disable-gnome-pty-helper
43
		--disable-deprecation
43
		--disable-deprecation
44
		--disable-static
44
		--disable-static
45
		$(use_enable debug)
45
		$(use_enable debug)
Lines 65-70 Link Here
65
	# Fix CVE-2012-2738, upstream bug #676090
65
	# Fix CVE-2012-2738, upstream bug #676090
66
	epatch "${FILESDIR}"/${PN}-0.28.2-limit-arguments.patch
66
	epatch "${FILESDIR}"/${PN}-0.28.2-limit-arguments.patch
67
67
68
	# Use gnome-pty-helper even if we are not building it here. Fixes bug #401389
69
	epatch "${FILESDIR}"/${PN}-0.28.2-enable-external-pty-helper.patch
70
68
	prepare_python() {
71
	prepare_python() {
69
		mkdir -p "${BUILD_DIR}" || die
72
		mkdir -p "${BUILD_DIR}" || die
70
	}
73
	}
Lines 115-119 Link Here
115
		python_foreach_impl run_in_build_dir install_python
118
		python_foreach_impl run_in_build_dir install_python
116
	fi
119
	fi
117
120
118
	rm -v "${ED}usr/libexec/gnome-pty-helper" || die
119
}
121
}

Return to bug 401389