Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libssh2/
Date: Fri, 05 Oct 2018 18:21:06
Message-Id: 1538763658.9e69c9a316fd7c0d34c954d01b843158ee5b6ab2.jer@gentoo
1 commit: 9e69c9a316fd7c0d34c954d01b843158ee5b6ab2
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 5 18:20:43 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 5 18:20:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e69c9a3
7
8 net-libs/libssh2: Add RESTRICT=test
9
10 Many of the tests require app-emulation/docker to be set up and working.
11
12 Package-Manager: Portage-2.3.50, Repoman-2.3.11
13 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
14
15 net-libs/libssh2/libssh2-1.8.0-r2.ebuild | 9 ++++++---
16 1 file changed, 6 insertions(+), 3 deletions(-)
17
18 diff --git a/net-libs/libssh2/libssh2-1.8.0-r2.ebuild b/net-libs/libssh2/libssh2-1.8.0-r2.ebuild
19 index 76496b69216..501d50e4569 100644
20 --- a/net-libs/libssh2/libssh2-1.8.0-r2.ebuild
21 +++ b/net-libs/libssh2/libssh2-1.8.0-r2.ebuild
22 @@ -2,7 +2,7 @@
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 -inherit cmake-utils multilib-minimal
27 +inherit cmake-multilib
28
29 DESCRIPTION="Library implementing the SSH2 protocol"
30 HOMEPAGE="https://www.libssh2.org"
31 @@ -11,10 +11,11 @@ SRC_URI="https://www.${PN}.org/download/${P}.tar.gz"
32 LICENSE="BSD"
33 SLOT="0"
34 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
35 -IUSE="gcrypt libressl mbedtls test zlib"
36 +IUSE="gcrypt libressl mbedtls zlib"
37 REQUIRED_USE="
38 ?? ( gcrypt libressl mbedtls )
39 "
40 +RESTRICT="test"
41
42 RDEPEND="
43 !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
44 @@ -23,7 +24,9 @@ RDEPEND="
45 mbedtls? ( net-libs/mbedtls[${MULTILIB_USEDEP}] )
46 zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
47 "
48 -DEPEND="${RDEPEND}"
49 +DEPEND="
50 + ${RDEPEND}
51 +"
52
53 PATCHES=(
54 "${FILESDIR}"/${PN}-1.8.0-libgcrypt-prefix.patch