From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B32FF13997D for ; Tue, 12 Nov 2019 02:49:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8756E0971; Tue, 12 Nov 2019 02:49:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9064CE0971 for ; Tue, 12 Nov 2019 02:49:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E1BD34C9EE for ; Tue, 12 Nov 2019 02:49:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B9A772F for ; Tue, 12 Nov 2019 02:49:31 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1573526960.a769fa034e44ddd9069c9c05a726ffedf934bc9b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libssh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libssh/libssh-0.9.2.ebuild net-libs/libssh/libssh-9999.ebuild X-VCS-Directories: net-libs/libssh/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a769fa034e44ddd9069c9c05a726ffedf934bc9b X-VCS-Branch: master Date: Tue, 12 Nov 2019 02:49:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0b8750a2-608b-40eb-b67e-9b12ed53fa4a X-Archives-Hash: a0577d097ef6a7035cb0ed15249f7adc commit: a769fa034e44ddd9069c9c05a726ffedf934bc9b Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Nov 12 02:49:06 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Nov 12 02:49:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a769fa03 net-libs/libssh: RESTRICT+=" !test? ( test )" Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/libssh/libssh-0.9.2.ebuild | 2 ++ net-libs/libssh/libssh-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/net-libs/libssh/libssh-0.9.2.ebuild b/net-libs/libssh/libssh-0.9.2.ebuild index 70e9e887037..dc04b6aee9d 100644 --- a/net-libs/libssh/libssh-0.9.2.ebuild +++ b/net-libs/libssh/libssh-0.9.2.ebuild @@ -46,6 +46,8 @@ DOCS=( AUTHORS README ChangeLog ) PATCHES=( "${FILESDIR}/${PN}-0.8.0-tests.patch" ) +RESTRICT+=" !test? ( test )" + src_prepare() { cmake-utils_src_prepare diff --git a/net-libs/libssh/libssh-9999.ebuild b/net-libs/libssh/libssh-9999.ebuild index 70e9e887037..dc04b6aee9d 100644 --- a/net-libs/libssh/libssh-9999.ebuild +++ b/net-libs/libssh/libssh-9999.ebuild @@ -46,6 +46,8 @@ DOCS=( AUTHORS README ChangeLog ) PATCHES=( "${FILESDIR}/${PN}-0.8.0-tests.patch" ) +RESTRICT+=" !test? ( test )" + src_prepare() { cmake-utils_src_prepare