summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/commons-el/ChangeLog5
-rw-r--r--dev-java/commons-el/commons-el-1.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/commons-el/ChangeLog b/dev-java/commons-el/ChangeLog
index 1ee4ff2e494f..12bf0982dc62 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 Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/ChangeLog,v 1.4 2004/06/24 22:21:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/ChangeLog,v 1.5 2004/10/17 07:25:18 absinthe Exp $
+
+ 17 Oct 2004; Dylan Carlson <absinthe@gentoo.org> commons-el-1.0.ebuild:
+ keywords ~amd64; closes #67333.
22 Mar 2004; Chris Aniszczyk <zx@gentoo.org> commons-el-1.0.ebuild:
Stable on x86. Fixes according to #45398
diff --git a/dev-java/commons-el/commons-el-1.0.ebuild b/dev-java/commons-el/commons-el-1.0.ebuild
index 00a52189cd35..40b327175274 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 Foundation
# 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.4 2004/06/24 22:21:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/commons-el-1.0.ebuild,v 1.5 2004/10/17 07:25:18 absinthe 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 ~amd64"
IUSE="jikes"
DEPEND=">=virtual/jdk-1.4
>=dev-java/servletapi-2.4