diff options
author | Brent Baude <ranger@gentoo.org> | 2012-03-25 18:37:30 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-03-25 18:37:30 +0000 |
commit | f62f3d411d276f60df29b16c0f0b74fb133e46f6 (patch) | |
tree | 65d7d2fe69812f104ccca5ed352a92320f43cfc3 /net-libs/libssh2/libssh2-1.4.0.ebuild | |
parent | Marking mtr-0.82 ppc64 for bug 409605 (diff) | |
download | historical-f62f3d411d276f60df29b16c0f0b74fb133e46f6.tar.gz historical-f62f3d411d276f60df29b16c0f0b74fb133e46f6.tar.bz2 historical-f62f3d411d276f60df29b16c0f0b74fb133e46f6.zip |
Marking libssh2-1.4.0 ppc64 for bug 409601
Package-Manager: portage-2.1.10.11/cvs/Linux ppc64
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 2bf92e8e2472..638f1157cf94 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.4 2012/03/25 16:52:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.4.0.ebuild,v 1.5 2012/03/25 18:37:30 ranger 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 ) |