diff options
author | Brent Baude <ranger@gentoo.org> | 2012-02-06 18:22:20 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-02-06 18:22:20 +0000 |
commit | 253f22a41cdbf7e5b55d55e60c02440dc63e1a6b (patch) | |
tree | 8a455e3e2ace82fbc8ad2afbc9251a50a42c77b4 /net-libs/libssh2 | |
parent | Marking yajl-ruby-1.1.0 ~ppc for bug 396043 (diff) | |
download | gentoo-2-253f22a41cdbf7e5b55d55e60c02440dc63e1a6b.tar.gz gentoo-2-253f22a41cdbf7e5b55d55e60c02440dc63e1a6b.tar.bz2 gentoo-2-253f22a41cdbf7e5b55d55e60c02440dc63e1a6b.zip |
Marking libssh2-1.3.0 ppc for bug 390555
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'net-libs/libssh2')
-rw-r--r-- | net-libs/libssh2/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/libssh2/libssh2-1.3.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-libs/libssh2/ChangeLog b/net-libs/libssh2/ChangeLog index 07433f32b78a..4b49cb5d36a9 100644 --- a/net-libs/libssh2/ChangeLog +++ b/net-libs/libssh2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libssh2 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.47 2011/12/04 14:03:23 armin76 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.48 2012/02/06 18:22:20 ranger Exp $ + + 06 Feb 2012; Brent Baude <ranger@gentoo.org> libssh2-1.3.0.ebuild: + Marking libssh2-1.3.0 ppc for bug 390555 04 Dec 2011; Raúl Porcel <armin76@gentoo.org> libssh2-1.3.0.ebuild: alpha/ia64/s390/sh/sparc stable wrt #390555 diff --git a/net-libs/libssh2/libssh2-1.3.0.ebuild b/net-libs/libssh2/libssh2-1.3.0.ebuild index 8df1046c4e9c..30f1ffb47803 100644 --- a/net-libs/libssh2/libssh2-1.3.0.ebuild +++ b/net-libs/libssh2/libssh2-1.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.3.0.ebuild,v 1.8 2011/12/04 14:03:23 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.3.0.ebuild,v 1.9 2012/02/06 18:22:20 ranger 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 ~x86-fbsd ~x64-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~x64-macos ~x86-solaris" IUSE="gcrypt static-libs test zlib" DEPEND="!gcrypt? ( dev-libs/openssl ) |