diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-17 07:27:04 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-17 07:27:04 +0000 |
commit | ebabef3b3d3604b0fedd78242e38459368c4e0ea (patch) | |
tree | e095f5d7b3dafdaad41c7f4d6d540f4280b7cdbb /dev-java/commons-validator | |
parent | keywords ~amd64; closes #67332. (diff) | |
download | historical-ebabef3b3d3604b0fedd78242e38459368c4e0ea.tar.gz historical-ebabef3b3d3604b0fedd78242e38459368c4e0ea.tar.bz2 historical-ebabef3b3d3604b0fedd78242e38459368c4e0ea.zip |
keywords ~amd64; closes #67319.
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.0.2-r3.ebuild | 4 | ||||
-rw-r--r-- | dev-java/commons-validator/commons-validator-1.1.3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-java/commons-validator/ChangeLog b/dev-java/commons-validator/ChangeLog index a967d294aa73..7bded1402c56 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-validator/ChangeLog,v 1.15 2004/10/16 17:09:53 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-validator/ChangeLog,v 1.16 2004/10/17 07:27:04 absinthe Exp $ + + 17 Oct 2004; Dylan Carlson <absinthe@gentoo.org> + commons-validator-1.0.2-r3.ebuild, commons-validator-1.1.3.ebuild: + keywords ~amd64; closes #67319. 16 Oct 2004; Thomas Matthijs <axxo@gentoo.org> commons-validator-1.0.2-r3.ebuild, commons-validator-1.1.3.ebuild: diff --git a/dev-java/commons-validator/commons-validator-1.0.2-r3.ebuild b/dev-java/commons-validator/commons-validator-1.0.2-r3.ebuild index 520245e4b70b..9bc5e3d1f21a 100644 --- a/dev-java/commons-validator/commons-validator-1.0.2-r3.ebuild +++ b/dev-java/commons-validator/commons-validator-1.0.2-r3.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-validator/commons-validator-1.0.2-r3.ebuild,v 1.6 2004/10/16 17:09:53 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-validator/commons-validator-1.0.2-r3.ebuild,v 1.7 2004/10/17 07:27:04 absinthe Exp $ inherit java-pkg @@ -22,7 +22,7 @@ RDEPEND=">=virtual/jre-1.3 LICENSE="Apache-1.1" SLOT="0" RESTRICT="nomirror" -KEYWORDS="x86 ~ppc ~sparc" +KEYWORDS="x86 ~ppc ~sparc ~amd64" IUSE="doc jikes junit" S="${WORKDIR}/${P}-src" diff --git a/dev-java/commons-validator/commons-validator-1.1.3.ebuild b/dev-java/commons-validator/commons-validator-1.1.3.ebuild index 057f7e7cd935..be1fbc69e002 100644 --- a/dev-java/commons-validator/commons-validator-1.1.3.ebuild +++ b/dev-java/commons-validator/commons-validator-1.1.3.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-validator/commons-validator-1.1.3.ebuild,v 1.3 2004/10/16 17:09:53 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-validator/commons-validator-1.1.3.ebuild,v 1.4 2004/10/17 07:27:04 absinthe Exp $ inherit java-pkg @@ -21,7 +21,7 @@ RDEPEND=">=virtual/jre-1.3 LICENSE="Apache-1.1" SLOT="0" RESTRICT="nomirror" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="~x86 ~ppc ~sparc ~amd64" IUSE="doc jikes junit" src_unpack() { |