diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-08-26 17:09:07 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-08-26 17:09:07 +0000 |
commit | 1bb45432aeea71ac9d8597d09effb5c42f13a946 (patch) | |
tree | edba0fb60232d1b5c6a09603bd51b244a599b5ce /net-libs/libssh2 | |
parent | alpha/sparc stable wrt #427894 (diff) | |
download | historical-1bb45432aeea71ac9d8597d09effb5c42f13a946.tar.gz historical-1bb45432aeea71ac9d8597d09effb5c42f13a946.tar.bz2 historical-1bb45432aeea71ac9d8597d09effb5c42f13a946.zip |
alpha/ia64/s390/sh/sparc stable wrt #422139
Package-Manager: portage-2.1.11.5/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.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh2/ChangeLog b/net-libs/libssh2/ChangeLog index 0fd8a575a836..4a446728dca1 100644 --- a/net-libs/libssh2/ChangeLog +++ b/net-libs/libssh2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libssh2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.69 2012/08/04 08:21:38 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.70 2012/08/26 17:09:07 armin76 Exp $ + + 26 Aug 2012; Raúl Porcel <armin76@gentoo.org> libssh2-1.4.2.ebuild: + alpha/ia64/s390/sh/sparc stable wrt #422139 04 Aug 2012; Anthony G. Basile <blueness@gentoo.org> libssh2-1.4.2.ebuild: Stable arm, bug #422139 diff --git a/net-libs/libssh2/libssh2-1.4.2.ebuild b/net-libs/libssh2/libssh2-1.4.2.ebuild index a967696f7012..c5b8fe2e0fd8 100644 --- a/net-libs/libssh2/libssh2-1.4.2.ebuild +++ b/net-libs/libssh2/libssh2-1.4.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/libssh2/libssh2-1.4.2.ebuild,v 1.7 2012/08/04 08:21:38 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.4.2.ebuild,v 1.8 2012/08/26 17:09:07 armin76 Exp $ EAPI="4" @@ -12,7 +12,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 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-solaris" IUSE="gcrypt static-libs test zlib" DEPEND="!gcrypt? ( dev-libs/openssl ) |