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 17D0613997D for ; Sun, 10 Nov 2019 10:34:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34EF1E0BAF; Sun, 10 Nov 2019 10:30:32 +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 02A8BE0B60 for ; Sun, 10 Nov 2019 10:30:28 +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 2B7E534CB9C for ; Sat, 9 Nov 2019 17:23:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BDB18A9 for ; Sat, 9 Nov 2019 17:23:50 +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: <1573320225.8b2879bfccb149012db5e1c14cf24d0f8d66b061.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/openpyxl/openpyxl-2.6.1.ebuild dev-python/openpyxl/openpyxl-2.6.2.ebuild dev-python/openpyxl/openpyxl-9999.ebuild X-VCS-Directories: dev-python/openpyxl/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8b2879bfccb149012db5e1c14cf24d0f8d66b061 X-VCS-Branch: master Date: Sat, 9 Nov 2019 17:23:50 +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: c072d8c3-6970-43ec-948a-3889693ac247 X-Archives-Hash: cca5d68b937618d39a9e8958cee5f2f6 commit: 8b2879bfccb149012db5e1c14cf24d0f8d66b061 Author: Zamarin Arthur gmail com> AuthorDate: Sat Nov 9 11:43:37 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 9 17:23:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b2879bf dev-python/openpyxl: fix RESTRICT CI Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Zamarin Arthur gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13414 Signed-off-by: Michał Górny gentoo.org> dev-python/openpyxl/openpyxl-2.6.1.ebuild | 1 + dev-python/openpyxl/openpyxl-2.6.2.ebuild | 1 + dev-python/openpyxl/openpyxl-9999.ebuild | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/openpyxl/openpyxl-2.6.1.ebuild b/dev-python/openpyxl/openpyxl-2.6.1.ebuild index 7d8a538f281..8255efe44d8 100644 --- a/dev-python/openpyxl/openpyxl-2.6.1.ebuild +++ b/dev-python/openpyxl/openpyxl-2.6.1.ebuild @@ -17,6 +17,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-python/jdcal[${PYTHON_USEDEP}] diff --git a/dev-python/openpyxl/openpyxl-2.6.2.ebuild b/dev-python/openpyxl/openpyxl-2.6.2.ebuild index 5605f80fac2..23c5dc191c0 100644 --- a/dev-python/openpyxl/openpyxl-2.6.2.ebuild +++ b/dev-python/openpyxl/openpyxl-2.6.2.ebuild @@ -17,6 +17,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-python/jdcal[${PYTHON_USEDEP}] diff --git a/dev-python/openpyxl/openpyxl-9999.ebuild b/dev-python/openpyxl/openpyxl-9999.ebuild index 01c0171d12e..7c1e47d57b1 100644 --- a/dev-python/openpyxl/openpyxl-9999.ebuild +++ b/dev-python/openpyxl/openpyxl-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,6 +16,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-python/jdcal[${PYTHON_USEDEP}]