diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-02-04 23:33:47 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-02-04 23:33:47 +0000 |
commit | e2827f816fa8ebeedc225fb5a192d6186b19618b (patch) | |
tree | 7bc154c32e7a0faa301a864be8a5e6c0a3f3ee61 /dev-java/java-getopt/java-getopt-1.0.10.ebuild | |
parent | Bump to version 0.9 (diff) | |
download | historical-e2827f816fa8ebeedc225fb5a192d6186b19618b.tar.gz historical-e2827f816fa8ebeedc225fb5a192d6186b19618b.tar.bz2 historical-e2827f816fa8ebeedc225fb5a192d6186b19618b.zip |
stable on amd64 and x86
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-java/java-getopt/java-getopt-1.0.10.ebuild')
-rw-r--r-- | dev-java/java-getopt/java-getopt-1.0.10.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/java-getopt/java-getopt-1.0.10.ebuild b/dev-java/java-getopt/java-getopt-1.0.10.ebuild index 10d302b5ff12..723faa7c6e82 100644 --- a/dev-java/java-getopt/java-getopt-1.0.10.ebuild +++ b/dev-java/java-getopt/java-getopt-1.0.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.10.ebuild,v 1.1 2004/10/20 08:40:43 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.10.ebuild,v 1.2 2005/02/04 23:33:05 luckyduck Exp $ inherit java-pkg @@ -11,7 +11,7 @@ LICENSE="LGPL-2.1" SLOT="1" DEPEND=">=virtual/jdk-1.2 >=dev-java/ant-1.4.1" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc amd64" IUSE="" S=${WORKDIR} |