diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-11-15 15:56:47 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-11-15 15:56:47 +0000 |
commit | 553646cfdd7f5497423e5c3e3481667a891cf06e (patch) | |
tree | c5dad2cc414feb73f6457828c4849e4ba3e27125 /net-libs/libssh2 | |
parent | Bug #390563 - Add a udisks USE flag, in order to disable the optional udisks ... (diff) | |
download | gentoo-2-553646cfdd7f5497423e5c3e3481667a891cf06e.tar.gz gentoo-2-553646cfdd7f5497423e5c3e3481667a891cf06e.tar.bz2 gentoo-2-553646cfdd7f5497423e5c3e3481667a891cf06e.zip |
Stable for HPPA (bug #390555).
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libssh2')
-rw-r--r-- | net-libs/libssh2/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libssh2/libssh2-1.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh2/ChangeLog b/net-libs/libssh2/ChangeLog index 33557ecac1cd..c65e48ae3582 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.39 2011/09/21 05:37:50 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.40 2011/11/15 15:56:47 jer Exp $ + + 15 Nov 2011; Jeroen Roovers <jer@gentoo.org> libssh2-1.3.0.ebuild: + Stable for HPPA (bug #390555). *libssh2-1.3.0 (21 Sep 2011) diff --git a/net-libs/libssh2/libssh2-1.3.0.ebuild b/net-libs/libssh2/libssh2-1.3.0.ebuild index 6cdc3f7f1f35..aecc7903f3b5 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 # 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.1 2011/09/21 05:37:50 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.3.0.ebuild,v 1.2 2011/11/15 15:56:47 jer 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 ) |