diff options
Diffstat (limited to 'dev-java/commons-net/commons-net-1.2.2-r1.ebuild')
-rw-r--r-- | dev-java/commons-net/commons-net-1.2.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-net/commons-net-1.2.2-r1.ebuild b/dev-java/commons-net/commons-net-1.2.2-r1.ebuild index 030f323de1c0..419d2b4d52fb 100644 --- a/dev-java/commons-net/commons-net-1.2.2-r1.ebuild +++ b/dev-java/commons-net/commons-net-1.2.2-r1.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-net/commons-net-1.2.2-r1.ebuild,v 1.1 2005/03/29 15:35:45 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/commons-net-1.2.2-r1.ebuild,v 1.2 2005/04/02 21:49:52 luckyduck Exp $ inherit eutils java-pkg @@ -15,7 +15,7 @@ DEPEND=">=virtual/jdk-1.3 RDEPEND=">=virtual/jre-1.3" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc ~amd64" +KEYWORDS="x86 sparc ppc amd64" IUSE="doc jikes source" src_unpack() { |