diff options
author | 2012-08-03 15:24:07 +0000 | |
---|---|---|
committer | 2012-08-03 15:24:07 +0000 | |
commit | 1a151539b7725b46f83514869b42d8451ffb5cc8 (patch) | |
tree | 9c5891a15a049c67f3671e89c17a5922cf3e7d43 /net-libs/libssh2/libssh2-1.4.2.ebuild | |
parent | Stable on amd64 wrt bug #419283 (diff) | |
download | gentoo-2-1a151539b7725b46f83514869b42d8451ffb5cc8.tar.gz gentoo-2-1a151539b7725b46f83514869b42d8451ffb5cc8.tar.bz2 gentoo-2-1a151539b7725b46f83514869b42d8451ffb5cc8.zip |
Stable on amd64 wrt bug #422139
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libssh2/libssh2-1.4.2.ebuild')
-rw-r--r-- | net-libs/libssh2/libssh2-1.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libssh2/libssh2-1.4.2.ebuild b/net-libs/libssh2/libssh2-1.4.2.ebuild index 8c79ac203235..ad8f5a4998f6 100644 --- a/net-libs/libssh2/libssh2-1.4.2.ebuild +++ b/net-libs/libssh2/libssh2-1.4.2.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.2.ebuild,v 1.5 2012/08/03 13:09:37 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.4.2.ebuild,v 1.6 2012/08/03 15:24:07 hwoarang 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 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-solaris" IUSE="gcrypt static-libs test zlib" DEPEND="!gcrypt? ( dev-libs/openssl ) |