summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/jedit/jedit-4.1.ebuild')
-rw-r--r--app-editors/jedit/jedit-4.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/jedit/jedit-4.1.ebuild b/app-editors/jedit/jedit-4.1.ebuild
index 8469d6217207..b73254b6f2c7 100644
--- a/app-editors/jedit/jedit-4.1.ebuild
+++ b/app-editors/jedit/jedit-4.1.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-editors/jedit/jedit-4.1.ebuild,v 1.8 2004/02/17 07:59:23 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/jedit-4.1.ebuild,v 1.9 2004/06/01 23:25:24 agriffis Exp $
MY_PV="41"
@@ -31,7 +31,7 @@ src_compile() {
fi
antflags=""
- if [ `use jikes` ] ; then
+ if use jikes ; then
einfo "Please ignore the following compiler warnings."
einfo "Jikes is just too pedantic..."
antflags="${antflags} -Dbuild.compiler=jikes"