diff options
author | David Holm <dholm@gentoo.org> | 2004-03-22 20:07:42 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-03-22 20:07:42 +0000 |
commit | bb3d05b319f9cd5cf8ebd3bb5b304c466449eac8 (patch) | |
tree | 2666bc680fddee3a44066a198a7d78f3828612df /dev-java/commons-fileupload | |
parent | Fixed einfo to read 'gift-setup' for bug #45216. 0.11.6 in x86 stable. (diff) | |
download | historical-bb3d05b319f9cd5cf8ebd3bb5b304c466449eac8.tar.gz historical-bb3d05b319f9cd5cf8ebd3bb5b304c466449eac8.tar.bz2 historical-bb3d05b319f9cd5cf8ebd3bb5b304c466449eac8.zip |
Added to ~ppc
Diffstat (limited to 'dev-java/commons-fileupload')
-rw-r--r-- | dev-java/commons-fileupload/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/commons-fileupload/commons-fileupload-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/commons-fileupload/ChangeLog b/dev-java/commons-fileupload/ChangeLog index 79f077787561..0b0867c7066e 100644 --- a/dev-java/commons-fileupload/ChangeLog +++ b/dev-java/commons-fileupload/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/commons-fileupload # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-fileupload/ChangeLog,v 1.4 2004/02/25 23:21:27 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-fileupload/ChangeLog,v 1.5 2004/03/22 20:03:00 dholm Exp $ + + 18 Mar 2004; David Holm <dholm@gentoo.org> commons-fileupload-1.0.ebuild: + Added to ~ppc. *commons-fileupload-1.0 (25 Feb 2004) diff --git a/dev-java/commons-fileupload/commons-fileupload-1.0.ebuild b/dev-java/commons-fileupload/commons-fileupload-1.0.ebuild index 203411514355..c8c903e34f12 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 Technologies, Inc. # 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.1 2004/02/25 23:21:27 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-fileupload/commons-fileupload-1.0.ebuild,v 1.2 2004/03/22 20:03:00 dholm 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" +KEYWORDS="~x86 ~sparc ~ppc" IUSE="jikes" src_unpack() { |