diff options
Diffstat (limited to 'net-libs/libssh')
-rw-r--r-- | net-libs/libssh/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libssh/libssh-0.5.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh/ChangeLog b/net-libs/libssh/ChangeLog index dd55a6655ce3..b66ee4d385e7 100644 --- a/net-libs/libssh/ChangeLog +++ b/net-libs/libssh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libssh # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.75 2013/03/09 11:02:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.76 2013/03/09 11:25:49 ago Exp $ + + 09 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libssh-0.5.4.ebuild: + Stable for ppc, wrt bug #460620 09 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libssh-0.5.4.ebuild: Stable for ppc64, wrt bug #460620 diff --git a/net-libs/libssh/libssh-0.5.4.ebuild b/net-libs/libssh/libssh-0.5.4.ebuild index 58b414311215..9c39d7a7ba2a 100644 --- a/net-libs/libssh/libssh-0.5.4.ebuild +++ b/net-libs/libssh/libssh-0.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.5.4.ebuild,v 1.4 2013/03/09 11:02:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.5.4.ebuild,v 1.5 2013/03/09 11:25:49 ago Exp $ EAPI=5 @@ -11,7 +11,7 @@ HOMEPAGE="http://www.libssh.org/" SRC_URI="https://red.libssh.org/attachments/download/41/${P}.tar.gz" LICENSE="LGPL-2.1" -KEYWORDS="amd64 ~arm ~hppa ~ppc ppc64 ~s390 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~hppa ppc ppc64 ~s390 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" SLOT="0/4" # subslot = soname major version IUSE="debug doc examples gcrypt pcap +sftp ssh1 server static-libs test zlib" # Maintainer: check IUSE-defaults at DefineOptions.cmake |