diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2002-08-05 00:42:00 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2002-08-05 00:42:00 +0000 |
commit | 9099bcb363900e2a0a69dfa577b63277d2bf6a0e (patch) | |
tree | e578ecf54be7e7dea384fe6c21a7638bef9f1949 /app-editors/xemacs-gtk | |
parent | Added ppc to KEYWORDS. (diff) | |
download | gentoo-2-9099bcb363900e2a0a69dfa577b63277d2bf6a0e.tar.gz gentoo-2-9099bcb363900e2a0a69dfa577b63277d2bf6a0e.tar.bz2 gentoo-2-9099bcb363900e2a0a69dfa577b63277d2bf6a0e.zip |
don't do parallel makes
Diffstat (limited to 'app-editors/xemacs-gtk')
-rw-r--r-- | app-editors/xemacs-gtk/ChangeLog | 10 | ||||
-rw-r--r-- | app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r3.ebuild | 13 |
2 files changed, 14 insertions, 9 deletions
diff --git a/app-editors/xemacs-gtk/ChangeLog b/app-editors/xemacs-gtk/ChangeLog index 473b975d9ab9..87ea9d692827 100644 --- a/app-editors/xemacs-gtk/ChangeLog +++ b/app-editors/xemacs-gtk/ChangeLog @@ -1,8 +1,14 @@ # ChangeLog for app-editors/xemacs-gtk # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs-gtk/ChangeLog,v 1.5 2002/07/29 05:21:39 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs-gtk/ChangeLog,v 1.6 2002/08/05 00:41:58 mkennedy Exp $ -*xemacs-gtk-21.4.8-r2 (28 Jul 2002) + 04 Aug 2002; Matthew Kennedy <mkennedy@gentoo.org> + xemacs-gtk-21.4.8-r3.ebuild : + + Parallel make doesn't work. Thanks for azarah@gentoo.org for + spotting this in xemacs-21.4.8. Might fix bug #5869. + +*xemacs-gtk-21.4.8-r3 (28 Jul 2002) 28 Jul 2002; Matthew Kennedy <mkennedy@gentoo.org> xemacs-gtk-21.4.8-r3.ebuild : diff --git a/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r3.ebuild b/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r3.ebuild index d757345d46fc..9ee001f96a32 100644 --- a/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r3.ebuild +++ b/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r3.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r3.ebuild,v 1.2 2002/08/02 05:05:01 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r3.ebuild,v 1.3 2002/08/05 00:42:00 mkennedy Exp $ # this is just TEMPORARY until we can get to the core of the problem -SANDBOX_DISABLED="1" - +#SANDBOX_DISABLED="1" REAL_P=${P//-gtk/} S="${WORKDIR}/${REAL_P}" @@ -116,13 +115,13 @@ src_compile() { --with-msw=no \ || die - emake || die + make || die } src_install() { - make prefix="${D}/usr" \ - mandir="${D}/usr/share/man/man1" \ - infodir="${D}/usr/share/info" \ + make prefix=${D}/usr \ + mandir=${D}/usr/share/man/man1 \ + infodir=${D}/usr/share/info \ install gzip-el || die # install base packages |