diff options
author | 2008-04-29 16:30:05 +0000 | |
---|---|---|
committer | 2008-04-29 16:30:05 +0000 | |
commit | 94192093e363f5ee06b8a803fa366fb2403c8048 (patch) | |
tree | 984bbab5280599f966012df1caec4380a8bd6502 /dev-java/commons-fileupload/commons-fileupload-1.2-r1.ebuild | |
parent | keyworded ~arch for ppc64, bug 219460 (diff) | |
download | historical-94192093e363f5ee06b8a803fa366fb2403c8048.tar.gz historical-94192093e363f5ee06b8a803fa366fb2403c8048.tar.bz2 historical-94192093e363f5ee06b8a803fa366fb2403c8048.zip |
stable ppc, bug 219646
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-java/commons-fileupload/commons-fileupload-1.2-r1.ebuild')
-rw-r--r-- | dev-java/commons-fileupload/commons-fileupload-1.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-fileupload/commons-fileupload-1.2-r1.ebuild b/dev-java/commons-fileupload/commons-fileupload-1.2-r1.ebuild index a0c9fe2d32af..2d86728f7cae 100644 --- a/dev-java/commons-fileupload/commons-fileupload-1.2-r1.ebuild +++ b/dev-java/commons-fileupload/commons-fileupload-1.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.2-r1.ebuild,v 1.2 2008/04/29 00:21:32 ken69267 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-fileupload/commons-fileupload-1.2-r1.ebuild,v 1.3 2008/04/29 16:30:05 ranger Exp $ JAVA_PKG_IUSE="doc source" inherit eutils java-pkg-2 java-ant-2 @@ -21,7 +21,7 @@ RDEPEND=">=virtual/jre-1.4 ${COMMON_DEPEND}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="test" src_unpack() { |