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

Collapse All | Expand All

(-)x11-libs/gtk+/gtk+-3.24.35.ebuild (-2 / +3 lines)
Lines 78-83 Link Here
78
	vim-syntax? ( app-vim/gtk-syntax )
78
	vim-syntax? ( app-vim/gtk-syntax )
79
"
79
"
80
BDEPEND="
80
BDEPEND="
81
	dev-libs/glib:2
81
	app-text/docbook-xml-dtd:4.1.2
82
	app-text/docbook-xml-dtd:4.1.2
82
	app-text/docbook-xsl-stylesheets
83
	app-text/docbook-xsl-stylesheets
83
	dev-libs/gobject-introspection-common
84
	dev-libs/gobject-introspection-common
Lines 173-179 Link Here
173
		)
174
		)
174
	fi;
175
	fi;
175
176
176
	ECONF_SOURCE=${S} gnome2_src_configure "${myconf[@]}"
177
	ECONF_SOURCE=${S} GLIB_COMPILE_RESOURCES="${BROOT}${GLIB_COMPILE_RESOURCES}" gnome2_src_configure "${myconf[@]}"
177
178
178
	# work-around gtk-doc out-of-source brokedness
179
	# work-around gtk-doc out-of-source brokedness
179
	if multilib_is_native_abi; then
180
	if multilib_is_native_abi; then
Lines 185-191 Link Here
185
}
186
}
186
187
187
multilib_src_test() {
188
multilib_src_test() {
188
	"${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/gtk" || die
189
	"${BROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/gtk" || die
189
	GSETTINGS_SCHEMA_DIR="${S}/gtk" virtx emake check
190
	GSETTINGS_SCHEMA_DIR="${S}/gtk" virtx emake check
190
}
191
}
191
192

Return to bug 779871