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 9D789138334 for ; Sat, 2 Nov 2019 16:37:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAE79E091C; Sat, 2 Nov 2019 16:37:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5BC3DE091C for ; Sat, 2 Nov 2019 16:37:05 +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 4050034C6E7 for ; Sat, 2 Nov 2019 16:37:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1081890 for ; Sat, 2 Nov 2019 16:37:01 +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: <1572712606.94306a0abd5470d3200dcda55e0daf65c62cf4cc.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/qtpass/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/qtpass/qtpass-1.3.2.ebuild X-VCS-Directories: app-admin/qtpass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 94306a0abd5470d3200dcda55e0daf65c62cf4cc X-VCS-Branch: master Date: Sat, 2 Nov 2019 16:37:01 +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: 02a5f5c3-d138-497f-91b1-56ef95245ec3 X-Archives-Hash: f7bfce77e7bfeed8125244770f5e9d61 commit: 94306a0abd5470d3200dcda55e0daf65c62cf4cc Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 2 16:34:42 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 2 16:36:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94306a0a app-admin/qtpass: RESTRICT="!test? ( test )"... Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> app-admin/qtpass/qtpass-1.3.2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-admin/qtpass/qtpass-1.3.2.ebuild b/app-admin/qtpass/qtpass-1.3.2.ebuild index ceb54ec6b63..5e74ff1ca07 100644 --- a/app-admin/qtpass/qtpass-1.3.2.ebuild +++ b/app-admin/qtpass/qtpass-1.3.2.ebuild @@ -25,6 +25,8 @@ DEPEND="${RDEPEND} test? ( dev-qt/qttest:5 )" BDEPEND="dev-qt/linguist-tools:5" +RESTRICT="!test? ( test )" + S="${WORKDIR}/QtPass-${PV}" DOCS=( {CHANGELOG,CONTRIBUTING,FAQ,README}.md )