diff options
author | 2004-03-23 03:32:56 +0000 | |
---|---|---|
committer | 2004-03-23 03:32:56 +0000 | |
commit | e1516395b9d8771d6e1610ce8173c44ecb7d10cd (patch) | |
tree | bfe7e7fce405b602b88d9d6ca63df2eeefac55fb /dev-java/commons-el | |
parent | Tiny bug fix ;) (diff) | |
download | historical-e1516395b9d8771d6e1610ce8173c44ecb7d10cd.tar.gz historical-e1516395b9d8771d6e1610ce8173c44ecb7d10cd.tar.bz2 historical-e1516395b9d8771d6e1610ce8173c44ecb7d10cd.zip |
Stable on x86. Fixes according to #45398
Diffstat (limited to 'dev-java/commons-el')
-rw-r--r-- | dev-java/commons-el/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/commons-el/commons-el-1.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-java/commons-el/ChangeLog b/dev-java/commons-el/ChangeLog index 2fc04913c14e..28af9a63aca9 100644 --- a/dev-java/commons-el/ChangeLog +++ b/dev-java/commons-el/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/commons-el # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/ChangeLog,v 1.2 2004/03/02 08:54:26 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/ChangeLog,v 1.3 2004/03/23 03:27:14 zx Exp $ + + 22 Mar 2004; Chris Aniszczyk <zx@gentoo.org> commons-el-1.0.ebuild: + Stable on x86. Fixes according to #45398 *commons-el-1.0 (28 Feb 2004) diff --git a/dev-java/commons-el/commons-el-1.0.ebuild b/dev-java/commons-el/commons-el-1.0.ebuild index f5deb4eea750..9397ff451ae8 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.1 2004/02/25 22:17:07 zx Exp $ +# $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 $ inherit java-pkg @@ -9,7 +9,7 @@ HOMEPAGE="http://jakarta.apache.org/commons/el.html" SRC_URI="mirror://apache/jakarta/commons/el/source/${P}-src.tar.gz" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="~x86 ~sparc" +KEYWORDS="x86 ~sparc" IUSE="jikes" DEPEND=">=virtual/jdk-1.4 >=dev-java/servletapi-2.4 @@ -38,7 +38,7 @@ src_unpack() { src_compile() { local antflags="jar" use jikes && antflags="{antflags} -Dbuild.compiler=jikes" - ant ${antflags} + ant ${antflags} || die "compile problem" } src_install () { |