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

(-)eclass/gnome2-utils.eclass (+6 lines)
Lines 43-48 Link Here
43
# Path to scrollkeeper-update
43
# Path to scrollkeeper-update
44
: ${SCROLLKEEPER_UPDATE_BIN:="/usr/bin/scrollkeeper-update"}
44
: ${SCROLLKEEPER_UPDATE_BIN:="/usr/bin/scrollkeeper-update"}
45
45
46
# @ECLASS_VARIABLE: GLIB_COMPILE_RESOURCES
47
# @INTERNAL
48
# @DESCRIPTION:
49
# Path to glib-compile-resources
50
: ${GLIB_COMPILE_RESOURCES:="/usr/bin/glib-compile-resources"}
51
46
# @ECLASS_VARIABLE: GLIB_COMPILE_SCHEMAS
52
# @ECLASS_VARIABLE: GLIB_COMPILE_SCHEMAS
47
# @INTERNAL
53
# @INTERNAL
48
# @DESCRIPTION:
54
# @DESCRIPTION:
(-)x11-libs/gtk+/gtk+-3.24.35.ebuild (-1 / +2 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

Return to bug 779871