From: Zamarin Arthur Date: Sat, 9 Nov 2019 11:43:37 +0000 (+0200) Subject: dev-python/openpyxl: fix RESTRICT CI X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8b2879bfccb149012db5e1c14cf24d0f8d66b061;p=gentoo.git dev-python/openpyxl: fix RESTRICT CI Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Zamarin Arthur Closes: https://github.com/gentoo/gentoo/pull/13414 Signed-off-by: Michał Górny --- diff --git a/dev-python/openpyxl/openpyxl-2.6.1.ebuild b/dev-python/openpyxl/openpyxl-2.6.1.ebuild index 7d8a538f2815..8255efe44d8c 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 5605f80fac2e..23c5dc191c02 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 01c0171d12e5..7c1e47d57b1b 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}]