summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <hallski@gentoo.org>2001-06-11 08:11:28 +0000
committerMikael Hallendal <hallski@gentoo.org>2001-06-11 08:11:28 +0000
commit3c6132a8f709960b6c28a40472d2aaee1b1a7aaf (patch)
tree61d5294b814b4701cdfc1ff21738b20ac3e2f8ea /gnome-extra/gtop
parent*** empty log message *** (diff)
downloadgentoo-2-3c6132a8f709960b6c28a40472d2aaee1b1a7aaf.tar.gz
gentoo-2-3c6132a8f709960b6c28a40472d2aaee1b1a7aaf.tar.bz2
gentoo-2-3c6132a8f709960b6c28a40472d2aaee1b1a7aaf.zip
Changed to pmake where make -j 4 worked, if it didn't I added a comment about it
Diffstat (limited to 'gnome-extra/gtop')
-rw-r--r--gnome-extra/gtop/gtop-1.0.13.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-extra/gtop/gtop-1.0.13.ebuild b/gnome-extra/gtop/gtop-1.0.13.ebuild
index bd6922d4816b..f938be4ed271 100644
--- a/gnome-extra/gtop/gtop-1.0.13.ebuild
+++ b/gnome-extra/gtop/gtop-1.0.13.ebuild
@@ -18,7 +18,7 @@ src_compile() {
myconf="--disable-nls"
fi
try ./configure --host=${CHOST} --prefix=/opt/gnome $myconf
- try make
+ try pmake
}
src_install() {