diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-12-24 16:35:58 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-12-24 16:35:58 +0000 |
commit | f5e7e4268ab89a53924dbbd15a7f6a0152361031 (patch) | |
tree | c7e3b4963f638c8cbeb4f3d611a551664ea18ea7 /app-crypt/bestcrypt | |
parent | boink (diff) | |
download | historical-f5e7e4268ab89a53924dbbd15a7f6a0152361031.tar.gz historical-f5e7e4268ab89a53924dbbd15a7f6a0152361031.tar.bz2 historical-f5e7e4268ab89a53924dbbd15a7f6a0152361031.zip |
make lessugly
Diffstat (limited to 'app-crypt/bestcrypt')
-rw-r--r-- | app-crypt/bestcrypt/bestcrypt-1.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/bestcrypt/bestcrypt-1.2-r2.ebuild b/app-crypt/bestcrypt/bestcrypt-1.2-r2.ebuild index e2386e9af0d7..9b98213aa124 100644 --- a/app-crypt/bestcrypt/bestcrypt-1.2-r2.ebuild +++ b/app-crypt/bestcrypt/bestcrypt-1.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/bestcrypt-1.2-r2.ebuild,v 1.2 2002/11/14 02:10:24 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/bestcrypt-1.2-r2.ebuild,v 1.3 2002/12/24 16:35:58 lostlogic Exp $ MY_PN="bcrypt" MY_PV="`echo ${PVR}|sed -e s:-r:-:`" @@ -26,7 +26,7 @@ src_unpack() { } src_compile() { - emake + MAKEOPTS="-j1" emake } src_install() { |