diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-11-19 09:50:05 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-11-19 09:50:05 +0000 |
commit | 794fa4f0b4b38b3fc1584511b18d990e6846e12f (patch) | |
tree | 9287c71235304f52c741f788420a8ba3ca8a0830 /net-libs/libssh2/libssh2-1.4.2.ebuild | |
parent | Version bump, bump EAPI and switch to append-cppflags (diff) | |
download | gentoo-2-794fa4f0b4b38b3fc1584511b18d990e6846e12f.tar.gz gentoo-2-794fa4f0b4b38b3fc1584511b18d990e6846e12f.tar.bz2 gentoo-2-794fa4f0b4b38b3fc1584511b18d990e6846e12f.zip |
net-libs/libssh2: Keyworded for ~*-linux, tested by me
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
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 c5b8fe2e0fd8..24019ce2f036 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.8 2012/08/26 17:09:07 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.4.2.ebuild,v 1.9 2012/11/19 09:50:05 jlec 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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" IUSE="gcrypt static-libs test zlib" DEPEND="!gcrypt? ( dev-libs/openssl ) |