diff options
author | 2012-05-20 08:19:54 +0000 | |
---|---|---|
committer | 2012-05-20 08:19:54 +0000 | |
commit | 49b348434e50b0b6ff5483c04e3716e0bd82d379 (patch) | |
tree | 690a410bc9df2abfc9e1010d7b628b0599d868b5 /net-libs | |
parent | Stable for ppc64; bug #382499 (diff) | |
download | gentoo-2-49b348434e50b0b6ff5483c04e3716e0bd82d379.tar.gz gentoo-2-49b348434e50b0b6ff5483c04e3716e0bd82d379.tar.bz2 gentoo-2-49b348434e50b0b6ff5483c04e3716e0bd82d379.zip |
Stable for ppc64; bug #382499
(Portage version: 2.1.10.49/cvs/Linux ppc64)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libssh/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libssh/libssh-0.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh/ChangeLog b/net-libs/libssh/ChangeLog index cdf05496642a..822e521fa4dc 100644 --- a/net-libs/libssh/ChangeLog +++ b/net-libs/libssh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libssh # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.58 2012/04/26 11:58:23 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.59 2012/05/20 08:19:54 halcy0n Exp $ + + 20 May 2012; Mark Loeser <halcy0n@gentoo.org> libssh-0.5.1.ebuild: + Stable for ppc64; bug #382499 26 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> libssh-0.5.1.ebuild: Stable ppc wrt bug#382499. diff --git a/net-libs/libssh/libssh-0.5.1.ebuild b/net-libs/libssh/libssh-0.5.1.ebuild index ecafb9fab8cf..6270fb434e76 100644 --- a/net-libs/libssh/libssh-0.5.1.ebuild +++ b/net-libs/libssh/libssh-0.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.5.1.ebuild,v 1.6 2012/04/26 11:58:23 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.5.1.ebuild,v 1.7 2012/05/20 08:19:54 halcy0n Exp $ EAPI=4 @@ -11,7 +11,7 @@ HOMEPAGE="http://www.libssh.org/" SRC_URI="http://www.${PN}.org/files/${PV:0:3}/${P}.tar.gz" LICENSE="LGPL-2.1" -KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 ~s390 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~hppa ppc ppc64 ~s390 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" SLOT="0" IUSE="debug doc examples gcrypt pcap +sftp ssh1 server static-libs test zlib" # Maintainer: check IUSE-defaults at DefineOptions.cmake |