summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-05-10 01:52:55 +0000
committerAchim Gottinger <achim@gentoo.org>2001-05-10 01:52:55 +0000
commit843fb982b96bcc03025b106376d95e7bffc6f389 (patch)
tree03b8d8f711203463f48f94ef4bd83654944df3b0 /sys-apps/most
parentNew stuff for nautilus-1.0.3 (diff)
downloadgentoo-2-843fb982b96bcc03025b106376d95e7bffc6f389.tar.gz
gentoo-2-843fb982b96bcc03025b106376d95e7bffc6f389.tar.bz2
gentoo-2-843fb982b96bcc03025b106376d95e7bffc6f389.zip
Dependencie fixes, build most allways with -j1, missing digests and diffs
Diffstat (limited to 'sys-apps/most')
-rw-r--r--sys-apps/most/most-4.9.0-r2.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-apps/most/most-4.9.0-r2.ebuild b/sys-apps/most/most-4.9.0-r2.ebuild
index 2dedffbafdfd..6e5d6eb58ff5 100644
--- a/sys-apps/most/most-4.9.0-r2.ebuild
+++ b/sys-apps/most/most-4.9.0-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.0-r2.ebuild,v 1.1 2001/02/07 15:51:28 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.0-r2.ebuild,v 1.2 2001/05/10 01:52:55 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -16,8 +16,7 @@ src_compile() {
try ./configure --host=${CHOST} --prefix=/usr
#*possible* (not definite) pmake problems, let's not risk it.
- # do not use pmake recursive
- try make ${MAKEOPTS}
+ try make
}
src_install() {