diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-01 09:12:35 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-01 09:39:08 +0100 |
commit | 950f0a657cf073c3ff3965a679f0c050514b0972 (patch) | |
tree | 1932a9cf517bf3e6459a6c4d3cf6c5a5980371f9 /net-libs/libssh | |
parent | media-video/parole: Bump to 1.0.0 (diff) | |
download | gentoo-950f0a657cf073c3ff3965a679f0c050514b0972.tar.gz gentoo-950f0a657cf073c3ff3965a679f0c050514b0972.tar.bz2 gentoo-950f0a657cf073c3ff3965a679f0c050514b0972.zip |
net-libs/libssh: Tested on ~amd64-fbsd
Diffstat (limited to 'net-libs/libssh')
-rw-r--r-- | net-libs/libssh/libssh-0.7.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libssh/libssh-0.7.5-r1.ebuild b/net-libs/libssh/libssh-0.7.5-r1.ebuild index 6cf8db76a118..f6f7e67c1413 100644 --- a/net-libs/libssh/libssh-0.7.5-r1.ebuild +++ b/net-libs/libssh/libssh-0.7.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ HOMEPAGE="https://www.libssh.org/" SRC_URI="https://red.libssh.org/attachments/download/218/${MY_P}.tar.xz -> ${P}.tar.xz" LICENSE="LGPL-2.1" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" SLOT="0/4" # subslot = soname major version IUSE="debug doc examples gcrypt gssapi libressl pcap server +sftp ssh1 static-libs test zlib" # Maintainer: check IUSE-defaults at DefineOptions.cmake |