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

Collapse All | Expand All

(-)gnome-user-docs-2.26.2.ebuild (-8 / +6 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-user-docs/gnome-user-docs-2.26.2.ebuild,v 1.1 2009/05/18 23:03:36 eva Exp $
3
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-user-docs/gnome-user-docs-2.26.2.ebuild,v 1.1 2009/05/18 23:03:36 eva Exp $
4
4
5
EAPI="2"
5
GCONF_DEBUG="no"
6
GCONF_DEBUG="no"
6
7
7
inherit autotools eutils gnome2
8
inherit autotools eutils gnome2
Lines 28-44 Link Here
28
	G2CONF="${G2CONF} --disable-scrollkeeper"
29
	G2CONF="${G2CONF} --disable-scrollkeeper"
29
}
30
}
30
31
31
src_unpack() {
32
src_prepare() {
32
	gnome2_src_unpack
33
	gnome2_src_prepare
33
34
34
	# Fix parallel make, bug #252163
35
	# Fix parallel make issue in gnome-doc-utils fragment, bug #252163
35
	epatch "${FILESDIR}/${PN}-2.24.2-parallel-make.patch"
36
	epatch "${FILESDIR}/${PN}-2.24.2-parallel-make-gdu.patch"
36
	epatch "${FILESDIR}/${PN}-2.24.2-parallel-make-gdu.patch"
37
37
38
	# Ugly ugly hack but gnome-doc-utils isn't actually
38
	# Fix parallel make issue wrt. directory creation, bug #260827
39
	# parallel make safe.
39
	epatch "${FILESDIR}/${P}-parallel-make-install.patch"
40
	sed "s/install-data-local/install-data-hook/" \
41
		-i gnome-doc-utils.make || die "sed failed"
42
40
43
	eautoreconf
41
	eautoreconf
44
}
42
}

Return to bug 260827