summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-01 23:19:34 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-01 23:19:34 +0000
commit6b198d9ae849f5003dab013486a89d7fb0c9d16e (patch)
treeaa4090acc5f2f56501f1834d596b714074e1aaad /app-crypt/johntheripper
parentclean out version 3.4 (Manifest recommit) (diff)
downloadgentoo-2-6b198d9ae849f5003dab013486a89d7fb0c9d16e.tar.gz
gentoo-2-6b198d9ae849f5003dab013486a89d7fb0c9d16e.tar.bz2
gentoo-2-6b198d9ae849f5003dab013486a89d7fb0c9d16e.zip
Fix use invocation
Diffstat (limited to 'app-crypt/johntheripper')
-rw-r--r--app-crypt/johntheripper/ChangeLog6
-rw-r--r--app-crypt/johntheripper/johntheripper-1.6-r1.ebuild4
-rw-r--r--app-crypt/johntheripper/johntheripper-1.6.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/app-crypt/johntheripper/ChangeLog b/app-crypt/johntheripper/ChangeLog
index 97059f7453f9..5b63b6c774f5 100644
--- a/app-crypt/johntheripper/ChangeLog
+++ b/app-crypt/johntheripper/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/johntheripper
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/ChangeLog,v 1.15 2004/05/24 22:57:51 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/ChangeLog,v 1.16 2004/06/01 23:14:36 agriffis Exp $
+
+ 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> johntheripper-1.6-r1.ebuild,
+ johntheripper-1.6.ebuild:
+ Fix use invocation
25 May 2004; Daniel Black <dragonheart@gentoo.org>
johntheripper-1.6.37-r1.ebuild:
diff --git a/app-crypt/johntheripper/johntheripper-1.6-r1.ebuild b/app-crypt/johntheripper/johntheripper-1.6-r1.ebuild
index a6d9f1832515..47106dea5740 100644
--- a/app-crypt/johntheripper/johntheripper-1.6-r1.ebuild
+++ b/app-crypt/johntheripper/johntheripper-1.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.6-r1.ebuild,v 1.7 2004/03/13 21:50:28 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.6-r1.ebuild,v 1.8 2004/06/01 23:14:36 agriffis Exp $
inherit eutils
@@ -51,7 +51,7 @@ src_compile() {
cd src
sed -i -e "s:-m486::" -e "s:-Wall -O2:${CFLAGS}:" \
Makefile
- if [ `use mmx` ] ; then
+ if use mmx ; then
emake linux-x86-mmx-elf || die
else
emake generic || die
diff --git a/app-crypt/johntheripper/johntheripper-1.6.ebuild b/app-crypt/johntheripper/johntheripper-1.6.ebuild
index 2eb5a0d37d92..5d4c1e801d20 100644
--- a/app-crypt/johntheripper/johntheripper-1.6.ebuild
+++ b/app-crypt/johntheripper/johntheripper-1.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.6.ebuild,v 1.20 2004/03/13 21:50:28 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.6.ebuild,v 1.21 2004/06/01 23:14:36 agriffis Exp $
inherit eutils
@@ -28,7 +28,7 @@ src_compile() {
cd src
sed -i -e "s:-m486::" -e "s:-Wall -O2:${CFLAGS}:" \
Makefile
- if [ `use mmx` ] ; then
+ if use mmx ; then
emake linux-x86-mmx-elf || die
else
emake generic || die