diff options
author | 2013-09-14 08:14:00 +0000 | |
---|---|---|
committer | 2013-09-14 08:14:00 +0000 | |
commit | 28f8548a1755d50f71ad2a99c4652a4f1b5b9c3e (patch) | |
tree | 32a9fadcc1c1a4f13f8f83dbbc93d9770202413f /net-libs | |
parent | Stable for amd64, wrt bug #483180 (diff) | |
download | gentoo-2-28f8548a1755d50f71ad2a99c4652a4f1b5b9c3e.tar.gz gentoo-2-28f8548a1755d50f71ad2a99c4652a4f1b5b9c3e.tar.bz2 gentoo-2-28f8548a1755d50f71ad2a99c4652a4f1b5b9c3e.zip |
Stable for amd64, wrt bug #476622
(Portage version: 2.2.2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libssh/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libssh/libssh-0.5.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh/ChangeLog b/net-libs/libssh/ChangeLog index a303aad65fb7..11600fb74f98 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.79 2013/09/12 17:38:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.80 2013/09/14 08:14:00 ago Exp $ + + 14 Sep 2013; Agostino Sarubbo <ago@gentoo.org> libssh-0.5.5.ebuild: + Stable for amd64, wrt bug #476622 12 Sep 2013; Agostino Sarubbo <ago@gentoo.org> libssh-0.5.5.ebuild: Stable for ppc, wrt bug #476622 diff --git a/net-libs/libssh/libssh-0.5.5.ebuild b/net-libs/libssh/libssh-0.5.5.ebuild index 58b4318f66ba..bb6b3a7fe8f9 100644 --- a/net-libs/libssh/libssh-0.5.5.ebuild +++ b/net-libs/libssh/libssh-0.5.5.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.5.ebuild,v 1.2 2013/09/12 17:38:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.5.5.ebuild,v 1.3 2013/09/14 08:14:00 ago Exp $ EAPI=5 @@ -11,7 +11,7 @@ HOMEPAGE="http://www.libssh.org/" SRC_URI="https://red.libssh.org/attachments/download/51/${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 |