diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-10 01:52:55 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-10 01:52:55 +0000 |
commit | d90104b1ecadc3205e99443eee10708eb19f05bb (patch) | |
tree | 85c6ee6edf86fb853d4ad24ac97ab12820555ba0 /sys-apps/most | |
parent | *** empty log message *** (diff) | |
download | historical-d90104b1ecadc3205e99443eee10708eb19f05bb.tar.gz historical-d90104b1ecadc3205e99443eee10708eb19f05bb.tar.bz2 historical-d90104b1ecadc3205e99443eee10708eb19f05bb.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.ebuild | 5 |
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() { |