diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-05-03 19:28:10 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-05-03 19:28:10 +0000 |
commit | 610d80a525604d00ce14a19d46367398d1ec2059 (patch) | |
tree | 96760620ff877a8b0798c828bce1a2765eef2987 /dev-java | |
parent | Fix dlz/mysql5 autoreconnect, patch by Nicolas Brousse, #180720 (diff) | |
download | gentoo-2-610d80a525604d00ce14a19d46367398d1ec2059.tar.gz gentoo-2-610d80a525604d00ce14a19d46367398d1ec2059.tar.bz2 gentoo-2-610d80a525604d00ce14a19d46367398d1ec2059.zip |
stable x86, bug 219644
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/commons-el/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/commons-el/commons-el-1.0-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/commons-el/ChangeLog b/dev-java/commons-el/ChangeLog index ab74150acc3a..7fa96e1f471f 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/ChangeLog,v 1.24 2008/05/03 19:12:31 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/ChangeLog,v 1.25 2008/05/03 19:28:10 opfer Exp $ + + 03 May 2008; Christian Faulhammer <opfer@gentoo.org> + commons-el-1.0-r2.ebuild: + stable x86, bug 219644 03 May 2008; Christian Faulhammer <opfer@gentoo.org> commons-el-1.0-r2.ebuild: diff --git a/dev-java/commons-el/commons-el-1.0-r2.ebuild b/dev-java/commons-el/commons-el-1.0-r2.ebuild index b19339330b6b..5893b16fd089 100644 --- a/dev-java/commons-el/commons-el-1.0-r2.ebuild +++ b/dev-java/commons-el/commons-el-1.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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-r2.ebuild,v 1.3 2008/05/03 19:12:31 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/commons-el-1.0-r2.ebuild,v 1.4 2008/05/03 19:28:10 opfer Exp $ JAVA_PKG_IUSE="source" @@ -11,7 +11,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" COMMON_DEP="~dev-java/servletapi-2.4" RDEPEND=">=virtual/jre-1.4 ${COMMON_DEP}" |