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 66F80138334 for ; Thu, 18 Jul 2019 10:18:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A201AE0875; Thu, 18 Jul 2019 10:18:56 +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 715B2E086F for ; Thu, 18 Jul 2019 10:18:56 +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 790B834801D for ; Thu, 18 Jul 2019 10:18:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EAD36EA for ; Thu, 18 Jul 2019 10:18:53 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1563445129.1454595ca1edf6c75678c72256b5cd5ad688c91a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/google-apitools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/google-apitools/google-apitools-0.5.30.ebuild X-VCS-Directories: dev-python/google-apitools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1454595ca1edf6c75678c72256b5cd5ad688c91a X-VCS-Branch: master Date: Thu, 18 Jul 2019 10:18:53 +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: 2824dc06-34cb-425a-a1e8-a9b8baf98dba X-Archives-Hash: 298d01d55955ac3b4b0759281af30adc commit: 1454595ca1edf6c75678c72256b5cd5ad688c91a Author: Michał Górny gentoo org> AuthorDate: Thu Jul 18 09:26:01 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jul 18 10:18:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1454595c dev-python/google-apitools: Add RESTRICT="!test? ( test )" Signed-off-by: Michał Górny gentoo.org> dev-python/google-apitools/google-apitools-0.5.30.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/google-apitools/google-apitools-0.5.30.ebuild b/dev-python/google-apitools/google-apitools-0.5.30.ebuild index 2f7d27ef19c..460f5faea92 100644 --- a/dev-python/google-apitools/google-apitools-0.5.30.ebuild +++ b/dev-python/google-apitools/google-apitools-0.5.30.ebuild @@ -15,6 +15,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=">=dev-python/httplib2-0.8[${PYTHON_USEDEP}] >=dev-python/fasteners-0.14[${PYTHON_USEDEP}]