dev-python/cssutils: fix QA issue with test RESTRICT
authorAaron Bauman <bman@gentoo.org>
Tue, 3 Dec 2019 23:17:31 +0000 (18:17 -0500)
committerAaron Bauman <bman@gentoo.org>
Tue, 3 Dec 2019 23:17:53 +0000 (18:17 -0500)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
dev-python/cssutils/cssutils-1.0.1.ebuild
dev-python/cssutils/cssutils-1.0.2-r1.ebuild

index dbfd669743c4d644f7a5fb7a40beb29364d30a0c..dce1a69ac35817d773e53057f825e37f6e98c24a 100644 (file)
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 PYTHON_COMPAT=( python{2_7,3_{5,6}} pypy )
 
 inherit distutils-r1
@@ -14,6 +15,7 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64 arm ppc x86"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
index 92fad59021ea7df07850b80e3eab1ebd1ec160e6..5f5efe08343f010cafdec328ba9cea8627da823a 100644 (file)
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy )
 
 inherit distutils-r1
@@ -14,6 +15,7 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~ppc ~x86"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}