diff options
author | 2011-12-31 12:42:00 +0000 | |
---|---|---|
committer | 2011-12-31 12:42:00 +0000 | |
commit | 14587d2af421a40c173d2318eb4ef678ecc29fde (patch) | |
tree | 094fc3e6925a9760feded9ea9b77e6b202d73fcb /dev-java/jsch/jsch-0.1.41.ebuild | |
parent | Stable for AMD64, wrt bug #396517 (diff) | |
download | gentoo-2-14587d2af421a40c173d2318eb4ef678ecc29fde.tar.gz gentoo-2-14587d2af421a40c173d2318eb4ef678ecc29fde.tar.bz2 gentoo-2-14587d2af421a40c173d2318eb4ef678ecc29fde.zip |
Drop ia64 support #345433
(Portage version: 2.1.10.43/cvs/Linux x86_64)
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 |