diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-14 10:37:13 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-14 10:37:13 +0000 |
commit | 87c102577829ba91185f6013f89bc310b1e6d825 (patch) | |
tree | 012d9a9ee433fe38c1a92bf326826faede85eb26 /net-libs | |
parent | Stable for alpha, wrt bug #482166 (diff) | |
download | gentoo-2-87c102577829ba91185f6013f89bc310b1e6d825.tar.gz gentoo-2-87c102577829ba91185f6013f89bc310b1e6d825.tar.bz2 gentoo-2-87c102577829ba91185f6013f89bc310b1e6d825.zip |
Stable for ppc64, wrt bug #476622
(Portage version: 2.2.2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", 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 cac541925e15..61e94896b740 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.81 2013/09/14 10:13:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.82 2013/09/14 10:37:13 ago Exp $ + + 14 Sep 2013; Agostino Sarubbo <ago@gentoo.org> libssh-0.5.5.ebuild: + Stable for ppc64, wrt bug #476622 14 Sep 2013; Agostino Sarubbo <ago@gentoo.org> libssh-0.5.5.ebuild: Stable for x86, wrt bug #476622 diff --git a/net-libs/libssh/libssh-0.5.5.ebuild b/net-libs/libssh/libssh-0.5.5.ebuild index 92cb59e6a1c6..bb312ddc083d 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.4 2013/09/14 10:13:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.5.5.ebuild,v 1.5 2013/09/14 10:37:13 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 |