diff options
Diffstat (limited to 'app-crypt/johntheripper/johntheripper-1.7.2.ebuild')
-rw-r--r-- | app-crypt/johntheripper/johntheripper-1.7.2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-crypt/johntheripper/johntheripper-1.7.2.ebuild b/app-crypt/johntheripper/johntheripper-1.7.2.ebuild index 1cddf26ee1e3..b386d796e443 100644 --- a/app-crypt/johntheripper/johntheripper-1.7.2.ebuild +++ b/app-crypt/johntheripper/johntheripper-1.7.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.2.ebuild,v 1.11 2006/12/30 21:15:13 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.2.ebuild,v 1.12 2007/02/20 21:12:24 phreak Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -54,6 +54,8 @@ src_compile() { else emake ${OPTIONS} linux-x86-any || die "Make failed" fi + elif use amd64 ; then + emake ${OPTIONS} generic || die "Make failed" elif use alpha ; then emake ${OPTIONS} linux-alpha || die "Make failed" elif use sparc; then |