diff options
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libssh/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libssh/libssh-0.6.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh/ChangeLog b/net-libs/libssh/ChangeLog index 6f04b850b2a0..608ce82a176c 100644 --- a/net-libs/libssh/ChangeLog +++ b/net-libs/libssh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libssh # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.114 2014/11/25 08:42:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.115 2014/12/03 09:44:53 ago Exp $ + + 03 Dec 2014; Agostino Sarubbo <ago@gentoo.org> libssh-0.6.3-r1.ebuild: + Stable for ppc, wrt bug #526074 25 Nov 2014; Agostino Sarubbo <ago@gentoo.org> libssh-0.6.3-r1.ebuild: Stable for x86, wrt bug #526074 diff --git a/net-libs/libssh/libssh-0.6.3-r1.ebuild b/net-libs/libssh/libssh-0.6.3-r1.ebuild index ef177ff21d6d..5eaf2a74c6fa 100644 --- a/net-libs/libssh/libssh-0.6.3-r1.ebuild +++ b/net-libs/libssh/libssh-0.6.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.6.3-r1.ebuild,v 1.7 2014/11/25 08:42:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.6.3-r1.ebuild,v 1.8 2014/12/03 09:44:53 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ HOMEPAGE="http://www.libssh.org/" SRC_URI="https://red.libssh.org/attachments/download/87/${MY_P}.tar.xz -> ${P}.tar.xz" LICENSE="LGPL-2.1" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux" SLOT="0/4" # subslot = soname major version IUSE="debug doc examples gcrypt gssapi pcap +sftp ssh1 server static-libs test zlib" # Maintainer: check IUSE-defaults at DefineOptions.cmake |