diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-12 04:58:29 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-12 04:58:29 +0000 |
commit | c98ab799e56407a1ac19863a9ee97f249f2190e9 (patch) | |
tree | a1e84ccfaea9dafb8e8d1d64adc961782988dffa /net-libs | |
parent | Stable for amd64, wrt bug #476154 (diff) | |
download | gentoo-2-c98ab799e56407a1ac19863a9ee97f249f2190e9.tar.gz gentoo-2-c98ab799e56407a1ac19863a9ee97f249f2190e9.tar.bz2 gentoo-2-c98ab799e56407a1ac19863a9ee97f249f2190e9.zip |
Stable for amd64, wrt bug #476220
(Portage version: 2.1.12.11/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libssh2/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libssh2/libssh2-1.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh2/ChangeLog b/net-libs/libssh2/ChangeLog index 3d5925df38e7..8bdcf6623394 100644 --- a/net-libs/libssh2/ChangeLog +++ b/net-libs/libssh2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libssh2 # 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 $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.75 2013/07/12 04:58:29 ago Exp $ + + 12 Jul 2013; Agostino Sarubbo <ago@gentoo.org> libssh2-1.4.3.ebuild: + Stable for amd64, wrt bug #476220 09 Jul 2013; Jeroen Roovers <jer@gentoo.org> libssh2-1.4.3.ebuild: Stable for HPPA (bug #476220). diff --git a/net-libs/libssh2/libssh2-1.4.3.ebuild b/net-libs/libssh2/libssh2-1.4.3.ebuild index 5717b67d0367..23320e5cc3db 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-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.2 2013/07/09 11:11:58 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.4.3.ebuild,v 1.3 2013/07/12 04:58:29 ago 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 ) |