diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-12-01 16:39:31 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-12-01 16:39:31 +0000 |
commit | 610a389458a21ae3347144d9ed94b1d38fc33eaa (patch) | |
tree | 90ae255e11679b77ea9016609531cf2965a8bd4b /net-libs/libssh/libssh-0.5.3.ebuild | |
parent | Use a common BUILD_DIR variable. Acked by scarabeus. (diff) | |
download | gentoo-2-610a389458a21ae3347144d9ed94b1d38fc33eaa.tar.gz gentoo-2-610a389458a21ae3347144d9ed94b1d38fc33eaa.tar.bz2 gentoo-2-610a389458a21ae3347144d9ed94b1d38fc33eaa.zip |
stable ppc64, bug #444147
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-libs/libssh/libssh-0.5.3.ebuild')
-rw-r--r-- | net-libs/libssh/libssh-0.5.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libssh/libssh-0.5.3.ebuild b/net-libs/libssh/libssh-0.5.3.ebuild index 3e751b292c06..a0aadfb815b1 100644 --- a/net-libs/libssh/libssh-0.5.3.ebuild +++ b/net-libs/libssh/libssh-0.5.3.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/libssh/libssh-0.5.3.ebuild,v 1.4 2012/11/29 16:59:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.5.3.ebuild,v 1.5 2012/12/01 16:39:31 blueness Exp $ EAPI=4 @@ -11,7 +11,7 @@ HOMEPAGE="http://www.libssh.org/" SRC_URI="https://red.libssh.org/attachments/download/38/${P}.tar.gz" LICENSE="LGPL-2.1" -KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~hppa ppc ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" SLOT="0" IUSE="debug doc examples gcrypt pcap +sftp ssh1 server static-libs test zlib" # Maintainer: check IUSE-defaults at DefineOptions.cmake |