diff options
Diffstat (limited to 'dev-java/jsch/jsch-0.1.41.ebuild')
-rw-r--r-- | dev-java/jsch/jsch-0.1.41.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/jsch/jsch-0.1.41.ebuild b/dev-java/jsch/jsch-0.1.41.ebuild index c6ea27b80953..8b00bc34993c 100644 --- a/dev-java/jsch/jsch-0.1.41.ebuild +++ b/dev-java/jsch/jsch-0.1.41.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jsch/jsch-0.1.41.ebuild,v 1.6 2010/07/16 20:34:50 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jsch/jsch-0.1.41.ebuild,v 1.7 2011/12/31 12:42:00 sera Exp $ EAPI="2" JAVA_PKG_IUSE="doc source examples" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.jcraft.com/jsch/" SRC_URI="mirror://sourceforge/${PN}/${P}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="zlib" RDEPEND=">=virtual/jdk-1.4 |