diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-06-06 06:14:46 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-06-06 06:14:46 +0000 |
commit | 160b7d26bbed044c50ac9bd9c144708247ed5c30 (patch) | |
tree | df13101cbe9e04b44c1108262fba0fbd3843f030 /net-libs/libssh | |
parent | Version bump. (diff) | |
download | gentoo-2-160b7d26bbed044c50ac9bd9c144708247ed5c30.tar.gz gentoo-2-160b7d26bbed044c50ac9bd9c144708247ed5c30.tar.bz2 gentoo-2-160b7d26bbed044c50ac9bd9c144708247ed5c30.zip |
marked x86 per bug 419273
(Portage version: 2.2.0_alpha110/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.5.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh/ChangeLog b/net-libs/libssh/ChangeLog index 938525a12db6..d5f659ffdda6 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.61 2012/06/04 19:30:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.62 2012/06/06 06:14:46 jdhore Exp $ + + 06 Jun 2012; Jeff Horelick <jdhore@gentoo.org> libssh-0.5.2.ebuild: + marked x86 per bug 419273 04 Jun 2012; Agostino Sarubbo <ago@gentoo.org> libssh-0.5.2.ebuild: Stable for amd64, wrt bug #419273 diff --git a/net-libs/libssh/libssh-0.5.2.ebuild b/net-libs/libssh/libssh-0.5.2.ebuild index a8cf75006788..9006e93087f7 100644 --- a/net-libs/libssh/libssh-0.5.2.ebuild +++ b/net-libs/libssh/libssh-0.5.2.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.2.ebuild,v 1.2 2012/06/04 19:30:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.5.2.ebuild,v 1.3 2012/06/06 06:14:46 jdhore Exp $ EAPI=4 @@ -11,7 +11,7 @@ HOMEPAGE="http://www.libssh.org/" SRC_URI="https://red.libssh.org/attachments/download/27/${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 |