diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-16 08:18:05 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-16 08:18:05 +0000 |
commit | b73d207fce1669a4135e49d9688a32e02de02a83 (patch) | |
tree | 542e9b22a87dbd1c0605899a7ef2e23d96796843 /net-libs | |
parent | Stable for amd64, wrt bug #533366 (diff) | |
download | gentoo-2-b73d207fce1669a4135e49d9688a32e02de02a83.tar.gz gentoo-2-b73d207fce1669a4135e49d9688a32e02de02a83.tar.bz2 gentoo-2-b73d207fce1669a4135e49d9688a32e02de02a83.zip |
Stable for x86, wrt bug #533366
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", 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.6.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh/ChangeLog b/net-libs/libssh/ChangeLog index 42aca4753e8c..c36d329ba934 100644 --- a/net-libs/libssh/ChangeLog +++ b/net-libs/libssh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libssh # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.119 2015/01/16 08:17:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.120 2015/01/16 08:18:05 ago Exp $ + + 16 Jan 2015; Agostino Sarubbo <ago@gentoo.org> libssh-0.6.4.ebuild: + Stable for x86, wrt bug #533366 16 Jan 2015; Agostino Sarubbo <ago@gentoo.org> libssh-0.6.4.ebuild: Stable for amd64, wrt bug #533366 diff --git a/net-libs/libssh/libssh-0.6.4.ebuild b/net-libs/libssh/libssh-0.6.4.ebuild index 2915ff7db95f..af1520c5455d 100644 --- a/net-libs/libssh/libssh-0.6.4.ebuild +++ b/net-libs/libssh/libssh-0.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.6.4.ebuild,v 1.3 2015/01/16 08:17:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.6.4.ebuild,v 1.4 2015/01/16 08:18:05 ago Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="https://red.libssh.org/attachments/download/107/${MY_P}.tar.gz -> ${P}. http://git.libssh.org/projects/libssh.git/patch/?id=3880a8ed80a4b1e2c052bd62f328bba2f869d5ae -> ${PN}-0.6.4-libgcrypt_build_fix.patch" 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 |