diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-03-13 09:27:00 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-03-13 09:27:00 +0000 |
commit | 0a4190a994d4cb28224a0e63dc5f5f8d1e289c01 (patch) | |
tree | 7c8b82a3e1320022114e2bf241cd301742489ce5 | |
parent | Stable for x86, wrt bug #531544 (diff) | |
download | gentoo-2-0a4190a994d4cb28224a0e63dc5f5f8d1e289c01.tar.gz gentoo-2-0a4190a994d4cb28224a0e63dc5f5f8d1e289c01.tar.bz2 gentoo-2-0a4190a994d4cb28224a0e63dc5f5f8d1e289c01.zip |
Stable for x86, wrt bug #542914
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
-rw-r--r-- | net-libs/libssh2/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libssh2/libssh2-1.5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh2/ChangeLog b/net-libs/libssh2/ChangeLog index c98f35003f05..a866f7fafe12 100644 --- a/net-libs/libssh2/ChangeLog +++ b/net-libs/libssh2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libssh2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.97 2015/03/13 09:25:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.98 2015/03/13 09:27:00 ago Exp $ + + 13 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libssh2-1.5.0.ebuild: + Stable for x86, wrt bug #542914 13 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libssh2-1.5.0.ebuild: Stable for amd64, wrt bug #542914 diff --git a/net-libs/libssh2/libssh2-1.5.0.ebuild b/net-libs/libssh2/libssh2-1.5.0.ebuild index d5d62209ed8c..7ad8e596534d 100644 --- a/net-libs/libssh2/libssh2-1.5.0.ebuild +++ b/net-libs/libssh2/libssh2-1.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.5.0.ebuild,v 1.3 2015/03/13 09:25:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.5.0.ebuild,v 1.4 2015/03/13 09:27:00 ago Exp $ EAPI=5 @@ -13,7 +13,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-1.0.1h-r2[${MULTILIB_USEDEP}] ) |