diff options
author | Christian Heim <phreak@gentoo.org> | 2007-02-20 21:12:24 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-02-20 21:12:24 +0000 |
commit | ffaf33454397c53fb80294e806a26c3f869be549 (patch) | |
tree | 928a274ac4416141aadc73acfa040c8a0c3e9025 /app-crypt/johntheripper | |
parent | Dropped old versions (diff) | |
download | gentoo-2-ffaf33454397c53fb80294e806a26c3f869be549.tar.gz gentoo-2-ffaf33454397c53fb80294e806a26c3f869be549.tar.bz2 gentoo-2-ffaf33454397c53fb80294e806a26c3f869be549.zip |
Fixing linking for amd64, thanks to Tony in #167731.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-crypt/johntheripper')
-rw-r--r-- | app-crypt/johntheripper/ChangeLog | 8 | ||||
-rw-r--r-- | app-crypt/johntheripper/johntheripper-1.7.2.ebuild | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/app-crypt/johntheripper/ChangeLog b/app-crypt/johntheripper/ChangeLog index d6b323fcd888..b6edb69c80bf 100644 --- a/app-crypt/johntheripper/ChangeLog +++ b/app-crypt/johntheripper/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/johntheripper -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/ChangeLog,v 1.51 2006/12/30 21:15:13 grobian Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/ChangeLog,v 1.52 2007/02/20 21:12:24 phreak Exp $ + + 20 Feb 2007; Christian Heim <phreak@gentoo.org> + johntheripper-1.7.2.ebuild: + Fixing linking for amd64, thanks to Tony in #167731. 30 Dec 2006; Fabian Groffen <grobian@gentoo.org> johntheripper-1.6.40.ebuild, johntheripper-1.7.0.2.ebuild, 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 |