diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-07-09 11:11:58 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-07-09 11:11:58 +0000 |
commit | ddd9ca64521719a40b18c857bc0fb5742dbee591 (patch) | |
tree | 23fe989ab6a1edf038493c8348c1d5320ec9c2f0 /net-libs | |
parent | Stable for HPPA (bug #476178). (diff) | |
download | gentoo-2-ddd9ca64521719a40b18c857bc0fb5742dbee591.tar.gz gentoo-2-ddd9ca64521719a40b18c857bc0fb5742dbee591.tar.bz2 gentoo-2-ddd9ca64521719a40b18c857bc0fb5742dbee591.zip |
Stable for HPPA (bug #476220).
(Portage version: 2.2.0_alpha187/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libssh2/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/libssh2/libssh2-1.4.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-libs/libssh2/ChangeLog b/net-libs/libssh2/ChangeLog index 6940983c27c1..3d5925df38e7 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.73 2012/12/09 21:25:15 radhermit Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.74 2013/07/09 11:11:58 jer Exp $ + + 09 Jul 2013; Jeroen Roovers <jer@gentoo.org> libssh2-1.4.3.ebuild: + Stable for HPPA (bug #476220). *libssh2-1.4.3 (09 Dec 2012) diff --git a/net-libs/libssh2/libssh2-1.4.3.ebuild b/net-libs/libssh2/libssh2-1.4.3.ebuild index 63a11c724760..5717b67d0367 100644 --- a/net-libs/libssh2/libssh2-1.4.3.ebuild +++ b/net-libs/libssh2/libssh2-1.4.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.4.3.ebuild,v 1.1 2012/12/09 21:25:15 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.4.3.ebuild,v 1.2 2013/07/09 11:11:58 jer Exp $ EAPI="5" @@ -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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" IUSE="gcrypt static-libs test zlib" DEPEND="!gcrypt? ( dev-libs/openssl ) |