summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2003-02-16 19:13:43 +0000
committerBrandon Low <lostlogic@gentoo.org>2003-02-16 19:13:43 +0000
commit3544a417a59e92c7d6484b8e5f64ad437b67885b (patch)
tree8eaf0b90692ae37d9e41accf5c6d4554558ec6e1 /app-emulation
parentmarked stable for x86 (diff)
downloadgentoo-2-3544a417a59e92c7d6484b8e5f64ad437b67885b.tar.gz
gentoo-2-3544a417a59e92c7d6484b8e5f64ad437b67885b.tar.bz2
gentoo-2-3544a417a59e92c7d6484b8e5f64ad437b67885b.zip
fixage
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/spim/ChangeLog5
-rw-r--r--app-emulation/spim/spim-6.5.ebuild9
2 files changed, 9 insertions, 5 deletions
diff --git a/app-emulation/spim/ChangeLog b/app-emulation/spim/ChangeLog
index 16188bd726bb..fe3c01a76bdc 100644
--- a/app-emulation/spim/ChangeLog
+++ b/app-emulation/spim/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for app-emulation/spim
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/spim/ChangeLog,v 1.3 2003/02/12 04:03:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spim/ChangeLog,v 1.4 2003/02/16 19:13:43 lostlogic Exp $
*spim-6.5 (04 Feb 2003)
+ 16 Feb 2003; Brandon Low <lostlogic@gentoo.org> spim-6.5.ebuild:
+ Fix again... whoops. Now also tells the user what parts it is merging.
+
04 Feb 2003; Brandon Low <lostlogic@gentoo.org> spim-6.5.ebuild:
Fix so that it listens to the X use var correctly.
diff --git a/app-emulation/spim/spim-6.5.ebuild b/app-emulation/spim/spim-6.5.ebuild
index 1804c8cd237a..a36d9b54ea15 100644
--- a/app-emulation/spim/spim-6.5.ebuild
+++ b/app-emulation/spim/spim-6.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/spim/spim-6.5.ebuild,v 1.2 2003/02/05 02:16:14 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spim/spim-6.5.ebuild,v 1.3 2003/02/16 19:13:43 lostlogic Exp $
IUSE="X"
@@ -22,10 +22,11 @@ src_compile() {
Makefile > Makefile.comp
cp Makefile.comp Makefile
- make ${MAKEOPTS} spim || die "make spim failed"
+ einfo "Making comsole spim"
+ emake spim || die "make spim failed"
if [ `use X` ]; then
- make ${MAKEOPTS} xspim
- die "make xspim failed"
+ einfo "Making xspim"
+ emake xspim || die "make xspim failed"
else
sed -e "/install:: xspim/,+4d" \
Makefile > Makefile.nox