diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-11-23 17:07:43 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-11-23 17:07:43 +0000 |
commit | 95f4c423ff02e66b83b88cfb7136d405a39a064a (patch) | |
tree | 071ac1307bb00d07b781ba5fbe49409a940597cd /net-libs | |
parent | Missed one. (diff) | |
download | gentoo-2-95f4c423ff02e66b83b88cfb7136d405a39a064a.tar.gz gentoo-2-95f4c423ff02e66b83b88cfb7136d405a39a064a.tar.bz2 gentoo-2-95f4c423ff02e66b83b88cfb7136d405a39a064a.zip |
amd64 stable wrt bug #526074
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libssh/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libssh/libssh-0.6.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh/ChangeLog b/net-libs/libssh/ChangeLog index 20127b57971d..6c1c8d639eb8 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.112 2014/08/04 16:06:04 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.113 2014/11/23 17:07:43 zlogene Exp $ + + 23 Nov 2014; Mikle Kolyada <zlogene@gentoo.org> libssh-0.6.3-r1.ebuild: + amd64 stable wrt bug #526074 04 Aug 2014; Tobias Klausmann <klausman@gentoo.org> libssh-0.6.3-r1.ebuild: Keyworded on alpha, bug 510340 diff --git a/net-libs/libssh/libssh-0.6.3-r1.ebuild b/net-libs/libssh/libssh-0.6.3-r1.ebuild index c550463756b0..1eecb1069238 100644 --- a/net-libs/libssh/libssh-0.6.3-r1.ebuild +++ b/net-libs/libssh/libssh-0.6.3-r1.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-r1.ebuild,v 1.5 2014/08/04 16:06:04 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.6.3-r1.ebuild,v 1.6 2014/11/23 17:07:43 zlogene 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="~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 |