diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-08-03 15:24:07 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-08-03 15:24:07 +0000 |
commit | 1a151539b7725b46f83514869b42d8451ffb5cc8 (patch) | |
tree | 9c5891a15a049c67f3671e89c17a5922cf3e7d43 /net-libs/libssh2 | |
parent | Stable on amd64 wrt bug #419283 (diff) | |
download | gentoo-2-1a151539b7725b46f83514869b42d8451ffb5cc8.tar.gz gentoo-2-1a151539b7725b46f83514869b42d8451ffb5cc8.tar.bz2 gentoo-2-1a151539b7725b46f83514869b42d8451ffb5cc8.zip |
Stable on amd64 wrt bug #422139
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libssh2')
-rw-r--r-- | net-libs/libssh2/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libssh2/libssh2-1.4.2.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-libs/libssh2/ChangeLog b/net-libs/libssh2/ChangeLog index bf7b95cbd9bb..8550e7a316e5 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.67 2012/08/03 13:09:37 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.68 2012/08/03 15:24:07 hwoarang Exp $ + + 03 Aug 2012; Markos Chandras <hwoarang@gentoo.org> libssh2-1.4.2.ebuild: + Stable on amd64 wrt bug #422139 03 Aug 2012; Anthony G. Basile <blueness@gentoo.org> libssh2-1.4.2.ebuild: Stable ppc ppc64, bug #422139 @@ -254,4 +257,3 @@ +files/libssh2-0.14-peer-shutdown.patch, +metadata.xml, +libssh2-0.14.ebuild: Import from sunrise for bug 113844 thanks to Joe and cedk - diff --git a/net-libs/libssh2/libssh2-1.4.2.ebuild b/net-libs/libssh2/libssh2-1.4.2.ebuild index 8c79ac203235..ad8f5a4998f6 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.5 2012/08/03 13:09:37 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.4.2.ebuild,v 1.6 2012/08/03 15:24:07 hwoarang 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 ) |