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/gb
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/gb')
-rw-r--r--gnome-extra/gb/gb-0.0.19.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-extra/gb/gb-0.0.19.ebuild b/gnome-extra/gb/gb-0.0.19.ebuild
index 03f7bdbd0fa4..936279d043f7 100644
--- a/gnome-extra/gb/gb-0.0.19.ebuild
+++ b/gnome-extra/gb/gb-0.0.19.ebuild
@@ -14,7 +14,7 @@ DEPEND=">=gnome-base/gnome-print-0.29"
src_compile() {
try ./configure --host=${CHOST} --prefix=/opt/gnome
- try make
+ try pmake
}
src_install() {