diff options
Diffstat (limited to 'app-editors/jedit/jedit-4.2_pre12.ebuild')
-rw-r--r-- | app-editors/jedit/jedit-4.2_pre12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/jedit/jedit-4.2_pre12.ebuild b/app-editors/jedit/jedit-4.2_pre12.ebuild index f8986653aba4..a3d710d1c28f 100644 --- a/app-editors/jedit/jedit-4.2_pre12.ebuild +++ b/app-editors/jedit/jedit-4.2_pre12.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.2_pre12.ebuild,v 1.2 2004/05/28 15:40:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/jedit-4.2_pre12.ebuild,v 1.3 2004/06/01 23:25:24 agriffis Exp $ inherit eutils @@ -36,7 +36,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" |