diff options
author | Brent Baude <ranger@gentoo.org> | 2008-04-29 16:30:05 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-04-29 16:30:05 +0000 |
commit | 446d5751a0a08d02182e6ddc2ec7dc06b9a19045 (patch) | |
tree | 2c7976c0f689f3725558a8fd30e094ab402ec216 /dev-java/commons-fileupload/commons-fileupload-1.2-r1.ebuild | |
parent | keyworded ~arch for ppc64, bug 219460 (diff) | |
download | gentoo-2-446d5751a0a08d02182e6ddc2ec7dc06b9a19045.tar.gz gentoo-2-446d5751a0a08d02182e6ddc2ec7dc06b9a19045.tar.bz2 gentoo-2-446d5751a0a08d02182e6ddc2ec7dc06b9a19045.zip |
stable ppc, bug 219646
(Portage version: 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() { |