diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-29 16:59:49 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-29 16:59:49 +0000 |
commit | 705ae6c2812fea6bd59480811983359924dca598 (patch) | |
tree | 601d14b668b6fb31c1e3b575ad2cce7691167183 /net-libs/libssh | |
parent | Stable for ppc, wrt bug #439586 (diff) | |
download | gentoo-2-705ae6c2812fea6bd59480811983359924dca598.tar.gz gentoo-2-705ae6c2812fea6bd59480811983359924dca598.tar.bz2 gentoo-2-705ae6c2812fea6bd59480811983359924dca598.zip |
Stable for ppc, wrt bug #444147
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'net-libs/libssh')
-rw-r--r-- | net-libs/libssh/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libssh/libssh-0.5.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh/ChangeLog b/net-libs/libssh/ChangeLog index 3759e23e879b..68abd0d0ed8b 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.67 2012/11/25 23:13:25 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.68 2012/11/29 16:59:49 ago Exp $ + + 29 Nov 2012; <ago@gentoo.org> libssh-0.5.3.ebuild: + Stable for ppc, wrt bug #444147 25 Nov 2012; Tim Harder <radhermit@gentoo.org> libssh-0.5.3.ebuild: Build static libs when tests are enabled and drop REQUIRED_USE. diff --git a/net-libs/libssh/libssh-0.5.3.ebuild b/net-libs/libssh/libssh-0.5.3.ebuild index d753d7754a6e..3e751b292c06 100644 --- a/net-libs/libssh/libssh-0.5.3.ebuild +++ b/net-libs/libssh/libssh-0.5.3.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.3.ebuild,v 1.3 2012/11/25 23:13:25 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.5.3.ebuild,v 1.4 2012/11/29 16:59:49 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ HOMEPAGE="http://www.libssh.org/" SRC_URI="https://red.libssh.org/attachments/download/38/${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 |