dev-python/openpyxl: fix RESTRICT CI
authorZamarin Arthur <arthurzam@gmail.com>
Sat, 9 Nov 2019 11:43:37 +0000 (13:43 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 9 Nov 2019 17:23:45 +0000 (18:23 +0100)
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13414
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/openpyxl/openpyxl-2.6.1.ebuild
dev-python/openpyxl/openpyxl-2.6.2.ebuild
dev-python/openpyxl/openpyxl-9999.ebuild

index 7d8a538f28150788b477454e76a15ddf81b85711..8255efe44d8c518a7e9477de4d4f7028ba6857e1 100644 (file)
@@ -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}]
index 5605f80fac2e6ef673bf744c9ef6007c2f032133..23c5dc191c02567eb1f82ae544f9a48ea9ab80a1 100644 (file)
@@ -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}]
index 01c0171d12e5772f02177818df67f80272c38361..7c1e47d57b1b13bcc6e0ab67e84ec3d6d02d0f82 100644 (file)
@@ -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}]