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

(-)a/gnome-user-docs-2.26.2.ebuild (-1 / +6 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2009 Gentoo Foundation
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.5 2009/11/05 20:00:16 maekke Exp $
3
# $Header: $
4
4
5
GCONF_DEBUG="no"
5
GCONF_DEBUG="no"
6
6
Lines 22-27 Link Here
22
		~app-text/docbook-xml-dtd-4.1.2
22
		~app-text/docbook-xml-dtd-4.1.2
23
		~app-text/docbook-xml-dtd-4.3 )"
23
		~app-text/docbook-xml-dtd-4.3 )"
24
24
25
# Parallel makes sometimes break during install phase
26
MAKEOPTS="${MAKEOPTS} -j1"
27
# Force using MAKEOPTS with emake
28
USE_EINSTALL="0"
29
25
DOCS="AUTHORS ChangeLog NEWS README"
30
DOCS="AUTHORS ChangeLog NEWS README"
26
31
27
pkg_setup() {
32
pkg_setup() {

Return to bug 260827