diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-06-11 08:11:28 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-06-11 08:11:28 +0000 |
commit | 3c6132a8f709960b6c28a40472d2aaee1b1a7aaf (patch) | |
tree | 61d5294b814b4701cdfc1ff21738b20ac3e2f8ea /app-crypt/gnupg/gnupg-1.0.6.ebuild | |
parent | *** empty log message *** (diff) | |
download | gentoo-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/gnupg/gnupg-1.0.6.ebuild')
-rw-r--r-- | app-crypt/gnupg/gnupg-1.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |