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 362F4138239 for ; Wed, 20 Nov 2019 20:59:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1151EE0856; Wed, 20 Nov 2019 20:59:10 +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 EB597E0856 for ; Wed, 20 Nov 2019 20:59:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 099E734D13E for ; Wed, 20 Nov 2019 20:59:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16324A8 for ; Wed, 20 Nov 2019 20:59:06 +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: <1574283537.c7d37cb55e85f8a1f4a768eda7bbd1f91138bb37.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/indilib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/indilib/indilib-1.8.2.ebuild X-VCS-Directories: sci-libs/indilib/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c7d37cb55e85f8a1f4a768eda7bbd1f91138bb37 X-VCS-Branch: master Date: Wed, 20 Nov 2019 20:59:06 +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: e56709b9-e429-4047-b69e-92650be5bcd2 X-Archives-Hash: 2a01d330899b97687f7ad8d1191677ec commit: c7d37cb55e85f8a1f4a768eda7bbd1f91138bb37 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 20 20:58:04 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 20 20:58:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7d37cb5 sci-libs/indilib: Add missing RESTRICT="!test? ( test )" Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-libs/indilib/indilib-1.8.2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-libs/indilib/indilib-1.8.2.ebuild b/sci-libs/indilib/indilib-1.8.2.ebuild index ca217dacc3d..1598a17c3d0 100644 --- a/sci-libs/indilib/indilib-1.8.2.ebuild +++ b/sci-libs/indilib/indilib-1.8.2.ebuild @@ -32,6 +32,8 @@ DEPEND="${RDEPEND} test? ( >=dev-cpp/gtest-1.8.0 ) " +RESTRICT="!test? ( test )" + S="${WORKDIR}/${P/lib/}" src_configure() {