diff options
author | Jack Morgan <jmorgan@gentoo.org> | 2015-05-30 00:03:57 +0000 |
---|---|---|
committer | Jack Morgan <jmorgan@gentoo.org> | 2015-05-30 00:03:57 +0000 |
commit | 44fc2185151c09bdc21f7de2daf9cf6da2f0f0bc (patch) | |
tree | fd2e7a2b60d88792fcfdd580631fd19ed6d3128f /net-libs | |
parent | ia64 stable wrt bug #538798 (diff) | |
download | gentoo-2-44fc2185151c09bdc21f7de2daf9cf6da2f0f0bc.tar.gz gentoo-2-44fc2185151c09bdc21f7de2daf9cf6da2f0f0bc.tar.bz2 gentoo-2-44fc2185151c09bdc21f7de2daf9cf6da2f0f0bc.zip |
ia64 stable wrt bug #538798
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key )
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libssh/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libssh/libssh-0.6.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh/ChangeLog b/net-libs/libssh/ChangeLog index 4957b80e9643..8cd4a3a8fbf4 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.135 2015/05/29 07:43:33 jmorgan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.136 2015/05/30 00:03:57 jmorgan Exp $ + + 30 May 2015; Jack Morgan <jmorgan@gentoo.org> libssh-0.6.5.ebuild: + ia64 stable wrt bug #538798 29 May 2015; Jack Morgan <jmorgan@gentoo.org> libssh-0.6.5.ebuild: sparc stable wrt bug #538798 diff --git a/net-libs/libssh/libssh-0.6.5.ebuild b/net-libs/libssh/libssh-0.6.5.ebuild index 1a921a496ff7..ddad9aa61c77 100644 --- a/net-libs/libssh/libssh-0.6.5.ebuild +++ b/net-libs/libssh/libssh-0.6.5.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.5.ebuild,v 1.7 2015/05/29 07:43:33 jmorgan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.6.5.ebuild,v 1.8 2015/05/30 00:03:57 jmorgan Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="https://red.libssh.org/attachments/download/121/${MY_P}.tar.xz -> ${P}. https://git.libssh.org/projects/libssh.git/patch/?id=6e0dee7845cea22f59bd353ef42b31cb67170030 -> ${PN}-0.6.5-compilefix.patch" LICENSE="LGPL-2.1" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 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 |