commit: 8b2879bfccb149012db5e1c14cf24d0f8d66b061 Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com> AuthorDate: Sat Nov 9 11:43:37 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <arthurzam <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13414 Signed-off-by: Michał Górny <mgorny <AT> 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}]
