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 C9EE7138359 for ; Fri, 25 Sep 2020 09:09:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F4172E0857; Fri, 25 Sep 2020 09:09:54 +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 DA10BE0857 for ; Fri, 25 Sep 2020 09:09:54 +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 A5CDB340D3A for ; Fri, 25 Sep 2020 09:09:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 335BF353 for ; Fri, 25 Sep 2020 09:09:52 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1601024975.7fcf0f714b5ff6d4a0a18daef756698efe2179d9.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/abseil-cpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/abseil-cpp/abseil-cpp-20200923.ebuild X-VCS-Directories: dev-cpp/abseil-cpp/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 7fcf0f714b5ff6d4a0a18daef756698efe2179d9 X-VCS-Branch: master Date: Fri, 25 Sep 2020 09:09:52 +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: 891bdca5-23bc-4520-8171-894ce5862ee0 X-Archives-Hash: fca0d908590462e850bfb67a1a01b807 commit: 7fcf0f714b5ff6d4a0a18daef756698efe2179d9 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Sep 25 09:09:02 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Sep 25 09:09:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fcf0f71 dev-cpp/abseil-cpp: add RESTRICT="!test? ( test )" Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev gentoo.org> dev-cpp/abseil-cpp/abseil-cpp-20200923.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-cpp/abseil-cpp/abseil-cpp-20200923.ebuild b/dev-cpp/abseil-cpp/abseil-cpp-20200923.ebuild index 1966a544649..6b12c6d6920 100644 --- a/dev-cpp/abseil-cpp/abseil-cpp-20200923.ebuild +++ b/dev-cpp/abseil-cpp/abseil-cpp-20200923.ebuild @@ -27,6 +27,8 @@ DEPEND="" RDEPEND="${DEPEND}" BDEPEND="${PYTHON_DEPS}" +RESTRICT="!test? ( test )" + src_prepare() { cmake_src_prepare