diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-01-21 10:25:48 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-01-21 10:25:48 +0000 |
commit | 288a1ee68049dc627742d26f0356d716efe7f3ad (patch) | |
tree | 799d5acbabd350e552522968406ba93f4e28824a /dev-java/commons-el | |
parent | stable x86, bug #162981 (diff) | |
download | gentoo-2-288a1ee68049dc627742d26f0356d716efe7f3ad.tar.gz gentoo-2-288a1ee68049dc627742d26f0356d716efe7f3ad.tar.bz2 gentoo-2-288a1ee68049dc627742d26f0356d716efe7f3ad.zip |
stable x86, bug #162928
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-java/commons-el')
-rw-r--r-- | dev-java/commons-el/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/commons-el/commons-el-1.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/commons-el/ChangeLog b/dev-java/commons-el/ChangeLog index 2d082f266118..03ebbf388e01 100644 --- a/dev-java/commons-el/ChangeLog +++ b/dev-java/commons-el/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/commons-el # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/ChangeLog,v 1.17 2007/01/20 21:42:32 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/ChangeLog,v 1.18 2007/01/21 10:25:48 opfer Exp $ + + 21 Jan 2007; Christian Faulhammer <opfer@gentoo.org> + commons-el-1.0-r1.ebuild: + stable x86, bug #162928 20 Jan 2007; Markus Rothe <corsair@gentoo.org> commons-el-1.0-r1.ebuild: Stable on ppc64; bug #162928 diff --git a/dev-java/commons-el/commons-el-1.0-r1.ebuild b/dev-java/commons-el/commons-el-1.0-r1.ebuild index 4ad63510a3ad..0c636a0563a7 100644 --- a/dev-java/commons-el/commons-el-1.0-r1.ebuild +++ b/dev-java/commons-el/commons-el-1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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-r1.ebuild,v 1.5 2007/01/20 21:42:32 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/commons-el-1.0-r1.ebuild,v 1.6 2007/01/21 10:25:48 opfer Exp $ inherit java-pkg-2 java-ant-2 @@ -9,7 +9,7 @@ HOMEPAGE="http://jakarta.apache.org/commons/el/" SRC_URI="mirror://apache/jakarta/commons/el/source/${P}-src.tar.gz" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ppc64 x86 ~x86-fbsd" IUSE="source" COMMON_DEP="~dev-java/servletapi-2.4" RDEPEND=">=virtual/jre-1.4 |