diff options
author | Brent Baude <ranger@gentoo.org> | 2008-04-30 22:24:13 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-04-30 22:24:13 +0000 |
commit | 50c488a0c1eec745b280198fe317f66d05457c75 (patch) | |
tree | 83e2856369a17c360adb9671e062a3866979314b /dev-java | |
parent | stable ppc64, bug 219636 (diff) | |
download | gentoo-2-50c488a0c1eec745b280198fe317f66d05457c75.tar.gz gentoo-2-50c488a0c1eec745b280198fe317f66d05457c75.tar.bz2 gentoo-2-50c488a0c1eec745b280198fe317f66d05457c75.zip |
stable ppc64, bug 219644
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/commons-el/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/commons-el/commons-el-1.0-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/commons-el/ChangeLog b/dev-java/commons-el/ChangeLog index 201c6caea2e8..d75e617df638 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/ChangeLog,v 1.22 2008/01/14 10:46:39 elvanor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/ChangeLog,v 1.23 2008/04/30 22:24:13 ranger Exp $ + + 30 Apr 2008; Brent Baude <ranger@gentoo.org> commons-el-1.0-r2.ebuild: + stable ppc64, bug 219644 *commons-el-1.0-r2 (14 Jan 2008) 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 ed61152a3862..7eaccdffa689 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.1 2008/01/14 10:46:39 elvanor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/commons-el-1.0-r2.ebuild,v 1.2 2008/04/30 22:24:13 ranger 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}" |