diff options
author | Lim Swee Tat <st_lim@gentoo.org> | 2004-05-25 19:23:45 +0000 |
---|---|---|
committer | Lim Swee Tat <st_lim@gentoo.org> | 2004-05-25 19:23:45 +0000 |
commit | 6cd81abc97666f922fd54bc90a417b5abe4c384f (patch) | |
tree | 8c6c777fceca18e4a85e746f127891adb9de5441 /dev-java/commons-el/commons-el-1.0.ebuild | |
parent | Marked stable on hppa. (diff) | |
download | historical-6cd81abc97666f922fd54bc90a417b5abe4c384f.tar.gz historical-6cd81abc97666f922fd54bc90a417b5abe4c384f.tar.bz2 historical-6cd81abc97666f922fd54bc90a417b5abe4c384f.zip |
${antflag} set wrongly
Diffstat (limited to 'dev-java/commons-el/commons-el-1.0.ebuild')
-rw-r--r-- | dev-java/commons-el/commons-el-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-el/commons-el-1.0.ebuild b/dev-java/commons-el/commons-el-1.0.ebuild index 9397ff451ae8..a2baf73bbb4e 100644 --- a/dev-java/commons-el/commons-el-1.0.ebuild +++ b/dev-java/commons-el/commons-el-1.0.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/dev-java/commons-el/commons-el-1.0.ebuild,v 1.2 2004/03/23 03:27:14 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/commons-el-1.0.ebuild,v 1.3 2004/05/25 19:23:45 st_lim Exp $ inherit java-pkg @@ -37,7 +37,7 @@ src_unpack() { src_compile() { local antflags="jar" - use jikes && antflags="{antflags} -Dbuild.compiler=jikes" + use jikes && antflags="${antflags} -Dbuild.compiler=jikes" ant ${antflags} || die "compile problem" } |