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

Collapse All | Expand All

(-)glib-2.30.1-r1.ebuild.orig (-1 / +5 lines)
Lines 31-37 Link Here
31
	doc? (
31
	doc? (
32
		>=dev-libs/libxslt-1.0
32
		>=dev-libs/libxslt-1.0
33
		>=dev-util/gtk-doc-1.15
33
		>=dev-util/gtk-doc-1.15
34
		~app-text/docbook-xml-dtd-4.1.2 )
34
		~app-text/docbook-xml-dtd-4.1.2
35
		>=dev-util/gdbus-codegen-${PV} )
35
	systemtap? ( >=dev-util/systemtap-1.3 )
36
	systemtap? ( >=dev-util/systemtap-1.3 )
36
	test? (
37
	test? (
37
		sys-devel/gdb
38
		sys-devel/gdb
Lines 111-116 Link Here
111
	# Handle the G_HOME environment variable to override the passwd entry, upstream bug #142568
112
	# Handle the G_HOME environment variable to override the passwd entry, upstream bug #142568
112
	epatch "${FILESDIR}/${PN}-2.30.1-homedir-env.patch"
113
	epatch "${FILESDIR}/${PN}-2.30.1-homedir-env.patch"
113
114
115
	# fix building w/ USE=doc (bug #387385)
116
	epatch "${FILESDIR}/${PN}-2.30.1-doc-dependencies.patch"
117
114
	# disable pyc compiling
118
	# disable pyc compiling
115
	ln -sfn $(type -P true) py-compile
119
	ln -sfn $(type -P true) py-compile
116
120

Return to bug 387385