diff options
Diffstat (limited to 'net-libs/libssh/libssh-0.5.0.ebuild')
-rw-r--r-- | net-libs/libssh/libssh-0.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libssh/libssh-0.5.0.ebuild b/net-libs/libssh/libssh-0.5.0.ebuild index 144f722a2d75..951257890363 100644 --- a/net-libs/libssh/libssh-0.5.0.ebuild +++ b/net-libs/libssh/libssh-0.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.5.0.ebuild,v 1.3 2011/07/15 01:35:31 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.5.0.ebuild,v 1.4 2011/07/15 10:44:29 xarthisius Exp $ EAPI=4 @@ -11,7 +11,7 @@ HOMEPAGE="http://www.libssh.org/" SRC_URI="http://www.${PN}.org/files/${PV:0:3}/${P}.tar.gz" LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~arm ~hppa ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" SLOT="0" IUSE="debug doc examples gcrypt pcap +sftp ssh1 server static-libs test zlib" # Maintainer: check IUSE-defaults at DefineOptions.cmake |