diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-09 09:52:52 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-09 09:52:52 +0000 |
commit | 29c438131a13c00f0ed747fc1079ec35dc51587f (patch) | |
tree | fe13131eabd29f3d786bf1a55c3c4f51b55402fa /net-libs/libssh | |
parent | Stable for amd64, wrt bug #503630 (diff) | |
download | gentoo-2-29c438131a13c00f0ed747fc1079ec35dc51587f.tar.gz gentoo-2-29c438131a13c00f0ed747fc1079ec35dc51587f.tar.bz2 gentoo-2-29c438131a13c00f0ed747fc1079ec35dc51587f.zip |
Stable for x86, wrt bug #503504
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs/libssh')
-rw-r--r-- | net-libs/libssh/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libssh/libssh-0.6.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh/ChangeLog b/net-libs/libssh/ChangeLog index c349aa1e1121..8e09498c3337 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.102 2014/03/09 09:51:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.103 2014/03/09 09:52:52 ago Exp $ + + 09 Mar 2014; Agostino Sarubbo <ago@gentoo.org> libssh-0.6.3.ebuild: + Stable for x86, wrt bug #503504 09 Mar 2014; Agostino Sarubbo <ago@gentoo.org> libssh-0.6.3.ebuild: Stable for amd64, wrt bug #503504 diff --git a/net-libs/libssh/libssh-0.6.3.ebuild b/net-libs/libssh/libssh-0.6.3.ebuild index 4ddf9a6762f8..ed3a519160d7 100644 --- a/net-libs/libssh/libssh-0.6.3.ebuild +++ b/net-libs/libssh/libssh-0.6.3.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.ebuild,v 1.3 2014/03/09 09:51:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.6.3.ebuild,v 1.4 2014/03/09 09:52:52 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="amd64 ~arm ~hppa ~s390 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~hppa ~s390 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 |