diff options
Diffstat (limited to 'net-libs/libssh/libssh-0.3.4.ebuild')
-rw-r--r-- | net-libs/libssh/libssh-0.3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libssh/libssh-0.3.4.ebuild b/net-libs/libssh/libssh-0.3.4.ebuild index 4a6127ca2807..b525b146ac60 100644 --- a/net-libs/libssh/libssh-0.3.4.ebuild +++ b/net-libs/libssh/libssh-0.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.3.4.ebuild,v 1.3 2009/10/24 12:43:58 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.3.4.ebuild,v 1.4 2009/12/13 22:18:37 scarabeus Exp $ # Maintainer: check IUSE-defaults at DefineOptions.cmake @@ -13,7 +13,7 @@ HOMEPAGE="http://www.libssh.org/" SRC_URI="http://www.libssh.org/files/${P}.tar.gz" LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ppc ~s390 x86" +KEYWORDS="amd64 ppc ~s390 x86" SLOT="0" IUSE="debug gcrypt examples +sftp ssh1 server static-libs zlib" |