diff options
Diffstat (limited to 'dev-java/jsch/jsch-0.1.30.ebuild')
-rw-r--r-- | dev-java/jsch/jsch-0.1.30.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jsch/jsch-0.1.30.ebuild b/dev-java/jsch/jsch-0.1.30.ebuild index 1558bec2a8a8..efc79d6451c0 100644 --- a/dev-java/jsch/jsch-0.1.30.ebuild +++ b/dev-java/jsch/jsch-0.1.30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jsch/jsch-0.1.30.ebuild,v 1.1 2006/11/15 03:55:54 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jsch/jsch-0.1.30.ebuild,v 1.2 2006/12/07 22:49:24 flameeyes Exp $ inherit java-pkg-2 java-ant-2 @@ -9,7 +9,7 @@ HOMEPAGE="http://www.jcraft.com/jsch/" SRC_URI="mirror://sourceforge/${PN}/${P}.zip" LICENSE="jcraft" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="doc source examples" RDEPEND=">=virtual/jdk-1.4 |