diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-11-04 19:26:13 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-11-04 19:26:13 +0000 |
commit | 47242634cc5d042382cb551f278b2ba6b6974ee2 (patch) | |
tree | 70688dfff343e4a560d2627899cc4042fa6f0644 /app-editors/gphpedit | |
parent | Fix built_with_use check, bug #154056 (diff) | |
download | gentoo-2-47242634cc5d042382cb551f278b2ba6b6974ee2.tar.gz gentoo-2-47242634cc5d042382cb551f278b2ba6b6974ee2.tar.bz2 gentoo-2-47242634cc5d042382cb551f278b2ba6b6974ee2.zip |
Prevent parallel build (bug #145351)
(Portage version: 2.1.2_rc1-r3)
Diffstat (limited to 'app-editors/gphpedit')
-rw-r--r-- | app-editors/gphpedit/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/gphpedit/gphpedit-0.9.91.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-editors/gphpedit/ChangeLog b/app-editors/gphpedit/ChangeLog index 452aa4a0b97d..59b75290995f 100644 --- a/app-editors/gphpedit/ChangeLog +++ b/app-editors/gphpedit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/gphpedit # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gphpedit/ChangeLog,v 1.13 2006/08/27 20:01:57 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gphpedit/ChangeLog,v 1.14 2006/11/04 19:26:13 compnerd Exp $ + + 04 Nov 2006; Saleem Abdulrasool <compnerd@gentoo.org> gphpedit-0.9.91.ebuild: + Add MAKEOPTS -j1 to prevent parallel build (bug #145351) *gphpedit-0.9.91 (27 Aug 2006) diff --git a/app-editors/gphpedit/gphpedit-0.9.91.ebuild b/app-editors/gphpedit/gphpedit-0.9.91.ebuild index 051ddb8ed817..cc832220bd57 100644 --- a/app-editors/gphpedit/gphpedit-0.9.91.ebuild +++ b/app-editors/gphpedit/gphpedit-0.9.91.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gphpedit/gphpedit-0.9.91.ebuild,v 1.1 2006/08/27 20:01:57 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gphpedit/gphpedit-0.9.91.ebuild,v 1.2 2006/11/04 19:26:13 compnerd Exp $ inherit gnome2 eutils @@ -25,6 +25,9 @@ DEPEND="${RDEPEND} DOCS="AUTHORS ChangeLog README TODO" +# Parallel build unhappy (bug #145351) +MAKEOPTS="${MAKEOPTS} -j1" + src_unpack() { gnome2_src_unpack |