diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-11 21:41:54 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-11 21:41:54 +0000 |
commit | 836bfcd09683ed30d7933b8ecdd044ded8fd16df (patch) | |
tree | fd04b1fd590b1b1c98e6a20214cfc76c2f8b5cb3 /dev-java/java-getopt/java-getopt-1.0.9.ebuild | |
parent | changed from ~sparc to sparc (diff) | |
download | gentoo-2-836bfcd09683ed30d7933b8ecdd044ded8fd16df.tar.gz gentoo-2-836bfcd09683ed30d7933b8ecdd044ded8fd16df.tar.bz2 gentoo-2-836bfcd09683ed30d7933b8ecdd044ded8fd16df.zip |
unmasks and changelog fixes
Diffstat (limited to 'dev-java/java-getopt/java-getopt-1.0.9.ebuild')
-rw-r--r-- | dev-java/java-getopt/java-getopt-1.0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/java-getopt/java-getopt-1.0.9.ebuild b/dev-java/java-getopt/java-getopt-1.0.9.ebuild index 6d9c1a79b406..dbe4cb22334d 100644 --- a/dev-java/java-getopt/java-getopt-1.0.9.ebuild +++ b/dev-java/java-getopt/java-getopt-1.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.9.ebuild,v 1.2 2003/02/13 10:10:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.9.ebuild,v 1.3 2003/07/11 21:41:53 aliz Exp $ DESCRIPTION="Java command line option parser" HOMEPAGE="http://www.urbanophile.com/arenn/hacking/download.html" @@ -10,7 +10,7 @@ LICENSE="LGPL-2.1" SLOT="1" DEPEND=">=virtual/jdk-1.2 >=dev-java/ant-1.4.1" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" src_unpack() { |