diff options
Diffstat (limited to 'dev-java/commons-validator')
-rw-r--r-- | dev-java/commons-validator/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/commons-validator/commons-validator-1.1.3-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/commons-validator/ChangeLog b/dev-java/commons-validator/ChangeLog index 6178f4306406..5e2aeaccacaa 100644 --- a/dev-java/commons-validator/ChangeLog +++ b/dev-java/commons-validator/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/commons-validator # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-validator/ChangeLog,v 1.25 2005/05/14 16:10:40 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-validator/ChangeLog,v 1.26 2005/05/29 15:52:06 corsair Exp $ + + 29 May 2005; Markus Rothe <corsair@gentoo.org> + commons-validator-1.1.3-r1.ebuild: + Stable on ppc64 *commons-validator-1.1.3-r1 (14 May 2005) *commons-validator-1.0.2-r5 (14 May 2005) diff --git a/dev-java/commons-validator/commons-validator-1.1.3-r1.ebuild b/dev-java/commons-validator/commons-validator-1.1.3-r1.ebuild index b141ec1888d0..e7e50ba066ac 100644 --- a/dev-java/commons-validator/commons-validator-1.1.3-r1.ebuild +++ b/dev-java/commons-validator/commons-validator-1.1.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-validator/commons-validator-1.1.3-r1.ebuild,v 1.1 2005/05/14 16:10:40 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-validator/commons-validator-1.1.3-r1.ebuild,v 1.2 2005/05/29 15:52:06 corsair Exp $ inherit java-pkg @@ -20,7 +20,7 @@ RDEPEND=">=virtual/jre-1.3 >=dev-java/xerces-2.6.2-r1" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~ppc64" +KEYWORDS="~amd64 ~ppc ppc64 ~sparc ~x86" IUSE="doc examples jikes source" src_unpack() { |