diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-20 05:27:00 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-20 05:27:00 +0000 |
commit | 4c1513a904176c798eda66e3332974f7545c2db7 (patch) | |
tree | 79b304642212289c8ca5d6ad7ed0dcbdca90f7c5 /dev-java/commons-fileupload | |
parent | NSS maintainer decided to change where the libs are installed, without revisi... (diff) | |
download | historical-4c1513a904176c798eda66e3332974f7545c2db7.tar.gz historical-4c1513a904176c798eda66e3332974f7545c2db7.tar.bz2 historical-4c1513a904176c798eda66e3332974f7545c2db7.zip |
Keywords ~amd64.
Diffstat (limited to 'dev-java/commons-fileupload')
-rw-r--r-- | dev-java/commons-fileupload/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/commons-fileupload/commons-fileupload-1.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/commons-fileupload/ChangeLog b/dev-java/commons-fileupload/ChangeLog index fcfffd9cabaf..0d89837c0173 100644 --- a/dev-java/commons-fileupload/ChangeLog +++ b/dev-java/commons-fileupload/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/commons-fileupload # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-fileupload/ChangeLog,v 1.14 2004/10/17 18:35:17 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-fileupload/ChangeLog,v 1.15 2004/10/20 05:27:00 absinthe Exp $ + + 20 Oct 2004; Dylan Carlson <absinthe@gentoo.org> + commons-fileupload-1.0.ebuild: + Keywords ~amd64. 17 Oct 2004; Thomas Matthijs <axxo@gentoo.org> commons-fileupload-1.0.ebuild: diff --git a/dev-java/commons-fileupload/commons-fileupload-1.0.ebuild b/dev-java/commons-fileupload/commons-fileupload-1.0.ebuild index 49305de61021..ad768d142a11 100644 --- a/dev-java/commons-fileupload/commons-fileupload-1.0.ebuild +++ b/dev-java/commons-fileupload/commons-fileupload-1.0.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-fileupload/commons-fileupload-1.0.ebuild,v 1.11 2004/10/17 18:35:17 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-fileupload/commons-fileupload-1.0.ebuild,v 1.12 2004/10/20 05:27:00 absinthe Exp $ inherit eutils java-pkg @@ -14,7 +14,7 @@ DEPEND=">=virtual/jdk-1.3 RDEPEND=">=virtual/jdk-1.3" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="x86 ~sparc ppc" +KEYWORDS="x86 ~sparc ppc ~amd64" IUSE="jikes doc" src_unpack() { |