diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-04 11:45:04 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-04 11:45:04 +0000 |
commit | 88a5b9282c719aaf59a75e8a952f63fa5bf430a4 (patch) | |
tree | fabcc85e8bb721406cf4dd7a7751f0ac0683fc74 /net-libs/libssh2 | |
parent | Stable for ia64, wrt bug #470376 (diff) | |
download | gentoo-2-88a5b9282c719aaf59a75e8a952f63fa5bf430a4.tar.gz gentoo-2-88a5b9282c719aaf59a75e8a952f63fa5bf430a4.tar.bz2 gentoo-2-88a5b9282c719aaf59a75e8a952f63fa5bf430a4.zip |
Stable for ia64, wrt bug #476220
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs/libssh2')
-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 ba5107e9ac9f..c025a62c7b52 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.81 2013/08/03 06:54:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.82 2013/08/04 11:45:04 ago Exp $ + + 04 Aug 2013; Agostino Sarubbo <ago@gentoo.org> libssh2-1.4.3.ebuild: + Stable for ia64, wrt bug #476220 03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> libssh2-1.4.3.ebuild: Stable for sparc, wrt bug #476220 diff --git a/net-libs/libssh2/libssh2-1.4.3.ebuild b/net-libs/libssh2/libssh2-1.4.3.ebuild index 6e71b43d9d90..acdc178b79a3 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.9 2013/08/03 06:54:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.4.3.ebuild,v 1.10 2013/08/04 11:45:04 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 ) |