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 /app-crypt
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 'app-crypt')
-rw-r--r--app-crypt/gnupg/gnupg-1.0.5.ebuild2
-rw-r--r--app-crypt/gnupg/gnupg-1.0.6.ebuild2
-rw-r--r--app-crypt/seahorse/seahorse-0.5.0.ebuild4
3 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/gnupg/gnupg-1.0.5.ebuild b/app-crypt/gnupg/gnupg-1.0.5.ebuild
index 1808890b1c12..2b4637b8519a 100644
--- a/app-crypt/gnupg/gnupg-1.0.5.ebuild
+++ b/app-crypt/gnupg/gnupg-1.0.5.ebuild
@@ -26,7 +26,7 @@ src_compile() {
try ./configure --prefix=/usr --mandir=/usr/share --infodir=/usr/share/info \
--enable-static-rnd=linux --enable-m-guard --host=${CHOST}\
${myconf}
- try make
+ try pmake
}
diff --git a/app-crypt/gnupg/gnupg-1.0.6.ebuild b/app-crypt/gnupg/gnupg-1.0.6.ebuild
index 1808890b1c12..2b4637b8519a 100644
--- a/app-crypt/gnupg/gnupg-1.0.6.ebuild
+++ b/app-crypt/gnupg/gnupg-1.0.6.ebuild
@@ -26,7 +26,7 @@ src_compile() {
try ./configure --prefix=/usr --mandir=/usr/share --infodir=/usr/share/info \
--enable-static-rnd=linux --enable-m-guard --host=${CHOST}\
${myconf}
- try make
+ try pmake
}
diff --git a/app-crypt/seahorse/seahorse-0.5.0.ebuild b/app-crypt/seahorse/seahorse-0.5.0.ebuild
index 98ed7cc10a12..c44f1f00b22b 100644
--- a/app-crypt/seahorse/seahorse-0.5.0.ebuild
+++ b/app-crypt/seahorse/seahorse-0.5.0.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 Ben Lutgens <blutgens@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-0.5.0.ebuild,v 1.4 2001/06/07 05:22:23 blutgens Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-0.5.0.ebuild,v 1.5 2001/06/11 08:11:28 hallski Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -15,7 +15,7 @@ DEPEND="virtual/glibc virtual/x11
src_compile() {
try ./configure --host=${CHOST} --prefix=/opt/gnome
- try make
+ try pmake
}
src_install() {