diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-03-25 16:19:21 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-03-25 16:19:21 +0000 |
commit | ec4fd3ddc1bf447118ab82ecd0ef8171881f0fd1 (patch) | |
tree | 6f7c42f7a9ddb38d4c560b1b1c9d591ecd4590eb /net-libs/libssh2/libssh2-1.4.0.ebuild | |
parent | alpha/ia64/sh/sparc stable wrt #393007 (diff) | |
download | historical-ec4fd3ddc1bf447118ab82ecd0ef8171881f0fd1.tar.gz historical-ec4fd3ddc1bf447118ab82ecd0ef8171881f0fd1.tar.bz2 historical-ec4fd3ddc1bf447118ab82ecd0ef8171881f0fd1.zip |
Stable for amd64, wrt bug #409601
Package-Manager: portage-2.1.10.49/cvs/Linux i686
Diffstat (limited to 'net-libs/libssh2/libssh2-1.4.0.ebuild')
-rw-r--r-- | net-libs/libssh2/libssh2-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libssh2/libssh2-1.4.0.ebuild b/net-libs/libssh2/libssh2-1.4.0.ebuild index 0f5fe2531d30..ed245896fad3 100644 --- a/net-libs/libssh2/libssh2-1.4.0.ebuild +++ b/net-libs/libssh2/libssh2-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.4.0.ebuild,v 1.2 2012/03/25 14:29:39 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.4.0.ebuild,v 1.3 2012/03/25 16:19:21 ago 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 ) |