diff options
Diffstat (limited to 'app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild')
-rw-r--r-- | app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild b/app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild index ff58fc8d56f5..32be34c09889 100644 --- a/app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild +++ b/app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild,v 1.2 2013/06/18 22:42:02 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild,v 1.3 2013/07/02 02:11:48 jsbronder Exp $ EAPI="5" @@ -173,9 +173,6 @@ src_compile() { CPP="$(tc-getCXX)" CC="$(tc-getCC)" AS="$(tc-getCC)" LD="$(tc-getCC)" if use mpi; then CPP=mpicxx CC=mpicc AS=mpicc LD=mpicc - - # Workaround sandbox issue in #462602 - export FAKEROOTKEY=1 fi #this stuff was all stolen from the Makefile, if build breaks, check this first |