diff options
author | 2010-03-21 16:05:51 +0000 | |
---|---|---|
committer | 2010-03-21 16:05:51 +0000 | |
commit | 43978d196fc5f7c6929fcbc8c04314bb315e4671 (patch) | |
tree | a1cc45c604386a8ebf76a2978ae49d65de849661 /net-libs/libssh | |
parent | x86 stable wrt bug #309727 (diff) | |
download | gentoo-2-43978d196fc5f7c6929fcbc8c04314bb315e4671.tar.gz gentoo-2-43978d196fc5f7c6929fcbc8c04314bb315e4671.tar.bz2 gentoo-2-43978d196fc5f7c6929fcbc8c04314bb315e4671.zip |
x86 stable wrt bug #310017
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'net-libs/libssh')
-rw-r--r-- | net-libs/libssh/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libssh/libssh-0.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh/ChangeLog b/net-libs/libssh/ChangeLog index 951998fe575d..6a0d8ff2b994 100644 --- a/net-libs/libssh/ChangeLog +++ b/net-libs/libssh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libssh # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.27 2010/02/18 18:26:46 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.28 2010/03/21 16:05:51 phajdan.jr Exp $ + + 21 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> libssh-0.4.1.ebuild: + x86 stable wrt bug #310017 *libssh-0.4.1 (18 Feb 2010) diff --git a/net-libs/libssh/libssh-0.4.1.ebuild b/net-libs/libssh/libssh-0.4.1.ebuild index e90a9f958f19..491d5a65eff2 100644 --- a/net-libs/libssh/libssh-0.4.1.ebuild +++ b/net-libs/libssh/libssh-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.4.1.ebuild,v 1.1 2010/02/18 18:26:46 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.4.1.ebuild,v 1.2 2010/03/21 16:05:51 phajdan.jr Exp $ # Maintainer: check IUSE-defaults at DefineOptions.cmake @@ -13,7 +13,7 @@ HOMEPAGE="http://www.libssh.org/" SRC_URI="http://www.${PN}.org/files/${P}.tar.gz" LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux" SLOT="0" IUSE="debug gcrypt examples +sftp ssh1 server static-libs zlib" |