diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-04-09 16:09:10 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-04-09 16:09:10 +0000 |
commit | 95b8a5a3ab4c15eb95a5effbea291226d802f4bd (patch) | |
tree | 4eb40133445a892178cbda3800759ea280e666e3 /dev-java/commons-fileupload | |
parent | Added ~ppc64 to KEYWORDS (diff) | |
download | historical-95b8a5a3ab4c15eb95a5effbea291226d802f4bd.tar.gz historical-95b8a5a3ab4c15eb95a5effbea291226d802f4bd.tar.bz2 historical-95b8a5a3ab4c15eb95a5effbea291226d802f4bd.zip |
Added ~ppc64 to KEYWORDS
Package-Manager: portage-2.0.51.19
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 b35e9bc41a90..817c15362c92 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-fileupload/ChangeLog,v 1.16 2005/01/01 18:17:10 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-fileupload/ChangeLog,v 1.17 2005/04/09 15:55:47 corsair Exp $ + + 09 Apr 2005; Markus Rothe <corsair@gentoo.org> + commons-fileupload-1.0.ebuild: + Added ~ppc64 to KEYWORDS 20 Oct 2004; Dylan Carlson <absinthe@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 34f56c43a4c8..350af1ce5461 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-2005 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.13 2005/01/01 18:17:10 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-fileupload/commons-fileupload-1.0.ebuild,v 1.14 2005/04/09 15:55:47 corsair 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 ~amd64" +KEYWORDS="x86 ~sparc ppc ~amd64 ~ppc64" IUSE="jikes doc" src_unpack() { |