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 | 1e75e16299b3e6e51b37ca098d33f3c67a35e467 (patch) | |
tree | 17ea6b8a92a5fb0600e709df5187f6656bebdeda /app-crypt/gnupg | |
parent | *** empty log message *** (diff) | |
download | historical-1e75e16299b3e6e51b37ca098d33f3c67a35e467.tar.gz historical-1e75e16299b3e6e51b37ca098d33f3c67a35e467.tar.bz2 historical-1e75e16299b3e6e51b37ca098d33f3c67a35e467.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')
-rw-r--r-- | app-crypt/gnupg/gnupg-1.0.5.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/gnupg/gnupg-1.0.6.ebuild | 2 |
2 files changed, 2 insertions, 2 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 } |