diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-03-28 17:57:18 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-03-28 17:57:18 +0000 |
commit | 111d6909442671b5e2c42cca21919213a908179c (patch) | |
tree | 429dc3a93ebc59ccf3ace0e339a90e0b0b7877d2 /net-libs/libssh2 | |
parent | Initial commit wrt #311709 by "keenblade". (diff) | |
download | gentoo-2-111d6909442671b5e2c42cca21919213a908179c.tar.gz gentoo-2-111d6909442671b5e2c42cca21919213a908179c.tar.bz2 gentoo-2-111d6909442671b5e2c42cca21919213a908179c.zip |
alpha/ia64/s390/sh stable wrt #298456
(Portage version: 2.1.7.17/cvs/Linux ia64)
Diffstat (limited to 'net-libs/libssh2')
-rw-r--r-- | net-libs/libssh2/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libssh2/libssh2-1.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh2/ChangeLog b/net-libs/libssh2/ChangeLog index abd2fe835ce0..9aa5fc37570d 100644 --- a/net-libs/libssh2/ChangeLog +++ b/net-libs/libssh2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libssh2 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.30 2010/02/09 22:52:24 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.31 2010/03/28 17:57:18 armin76 Exp $ + + 28 Mar 2010; Raúl Porcel <armin76@gentoo.org> libssh2-1.2.2.ebuild: + alpha/ia64/s390/sh stable wrt #298456 09 Feb 2010; Tiago Cunha <tcunha@gentoo.org> libssh2-1.2.2.ebuild: stable sparc, bug 298456 diff --git a/net-libs/libssh2/libssh2-1.2.2.ebuild b/net-libs/libssh2/libssh2-1.2.2.ebuild index ef7b965a625d..b91fccb2d264 100644 --- a/net-libs/libssh2/libssh2-1.2.2.ebuild +++ b/net-libs/libssh2/libssh2-1.2.2.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/libssh2/libssh2-1.2.2.ebuild,v 1.8 2010/02/09 22:52:24 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.2.2.ebuild,v 1.9 2010/03/28 17:57:18 armin76 Exp $ EAPI="2" @@ -10,7 +10,7 @@ SRC_URI="http://www.${PN}.org/download/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="gcrypt zlib" DEPEND="!gcrypt? ( dev-libs/openssl ) |