summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2019-11-23 19:01:15 +0100
committerSebastian Pipping <sping@gentoo.org>2019-11-23 19:10:58 +0100
commit04294d4456e6bd2fb174a5f45c26469999274b04 (patch)
treedf8a2fbc0d9281e855dd480af347c0ef311bd6c2
parentdev-python/strict-rfc3339-0.7-r1: revbump, add py38, enable tests (diff)
downloadgentoo-04294d4456e6bd2fb174a5f45c26469999274b04.tar.gz
gentoo-04294d4456e6bd2fb174a5f45c26469999274b04.tar.bz2
gentoo-04294d4456e6bd2fb174a5f45c26469999274b04.zip
*/*: Address warning MissingTestRestrict
Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-2.3.78, Repoman-2.3.16
-rw-r--r--app-emulation/docker-compose/docker-compose-1.24.0.ebuild1
-rw-r--r--app-emulation/docker-compose/docker-compose-1.24.1.ebuild1
-rw-r--r--app-emulation/docker-compose/docker-compose-1.25.0.ebuild1
-rw-r--r--dev-libs/uriparser/uriparser-0.9.1.ebuild1
-rw-r--r--dev-libs/uriparser/uriparser-0.9.3.ebuild1
-rw-r--r--dev-python/ansi2html/ansi2html-1.5.1.ebuild1
-rw-r--r--dev-python/ansi2html/ansi2html-1.5.2.ebuild1
-rw-r--r--media-gfx/imageworsener/imageworsener-1.3.2.ebuild3
-rw-r--r--media-gfx/imageworsener/imageworsener-1.3.3.ebuild3
9 files changed, 11 insertions, 2 deletions
diff --git a/app-emulation/docker-compose/docker-compose-1.24.0.ebuild b/app-emulation/docker-compose/docker-compose-1.24.0.ebuild
index aacd6aa050a4..231ec1bd9f17 100644
--- a/app-emulation/docker-compose/docker-compose-1.24.0.ebuild
+++ b/app-emulation/docker-compose/docker-compose-1.24.0.ebuild
@@ -15,6 +15,7 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/cached-property-1.2.0[${PYTHON_USEDEP}]
diff --git a/app-emulation/docker-compose/docker-compose-1.24.1.ebuild b/app-emulation/docker-compose/docker-compose-1.24.1.ebuild
index a9866c0a92e6..12ac42d6a193 100644
--- a/app-emulation/docker-compose/docker-compose-1.24.1.ebuild
+++ b/app-emulation/docker-compose/docker-compose-1.24.1.ebuild
@@ -15,6 +15,7 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/cached-property-1.2.0[${PYTHON_USEDEP}]
diff --git a/app-emulation/docker-compose/docker-compose-1.25.0.ebuild b/app-emulation/docker-compose/docker-compose-1.25.0.ebuild
index bc3f9067249c..b90ebe18f8eb 100644
--- a/app-emulation/docker-compose/docker-compose-1.25.0.ebuild
+++ b/app-emulation/docker-compose/docker-compose-1.25.0.ebuild
@@ -15,6 +15,7 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/cached-property-1.2.0[${PYTHON_USEDEP}]
diff --git a/dev-libs/uriparser/uriparser-0.9.1.ebuild b/dev-libs/uriparser/uriparser-0.9.1.ebuild
index 42ceadef9be0..b7f5ae2164e9 100644
--- a/dev-libs/uriparser/uriparser-0.9.1.ebuild
+++ b/dev-libs/uriparser/uriparser-0.9.1.ebuild
@@ -19,6 +19,7 @@ DEPEND="virtual/pkgconfig
test? ( >=dev-cpp/gtest-1.8.1 )"
REQUIRED_USE="test? ( unicode )"
+RESTRICT="!test? ( test )"
DOCS=( AUTHORS ChangeLog THANKS )
diff --git a/dev-libs/uriparser/uriparser-0.9.3.ebuild b/dev-libs/uriparser/uriparser-0.9.3.ebuild
index 0c33c807ef45..48cecff8844f 100644
--- a/dev-libs/uriparser/uriparser-0.9.3.ebuild
+++ b/dev-libs/uriparser/uriparser-0.9.3.ebuild
@@ -21,6 +21,7 @@ DEPEND="virtual/pkgconfig
test? ( >=dev-cpp/gtest-1.8.1 )"
REQUIRED_USE="test? ( unicode )"
+RESTRICT="!test? ( test )"
DOCS=( AUTHORS ChangeLog THANKS )
diff --git a/dev-python/ansi2html/ansi2html-1.5.1.ebuild b/dev-python/ansi2html/ansi2html-1.5.1.ebuild
index 74f9727f50d8..d890b5f02357 100644
--- a/dev-python/ansi2html/ansi2html-1.5.1.ebuild
+++ b/dev-python/ansi2html/ansi2html-1.5.1.ebuild
@@ -15,6 +15,7 @@ LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
diff --git a/dev-python/ansi2html/ansi2html-1.5.2.ebuild b/dev-python/ansi2html/ansi2html-1.5.2.ebuild
index 74f9727f50d8..d890b5f02357 100644
--- a/dev-python/ansi2html/ansi2html-1.5.2.ebuild
+++ b/dev-python/ansi2html/ansi2html-1.5.2.ebuild
@@ -15,6 +15,7 @@ LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
diff --git a/media-gfx/imageworsener/imageworsener-1.3.2.ebuild b/media-gfx/imageworsener/imageworsener-1.3.2.ebuild
index 39edd7cfaa89..8fb4887db676 100644
--- a/media-gfx/imageworsener/imageworsener-1.3.2.ebuild
+++ b/media-gfx/imageworsener/imageworsener-1.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -24,6 +24,7 @@ DEPEND="png? ( media-libs/libpng:0 )
RDEPEND="${DEPEND}"
REQUIRED_USE="test? ( jpeg png webp zlib )"
+RESTRICT="!test? ( test )"
src_configure() {
local switch=''
diff --git a/media-gfx/imageworsener/imageworsener-1.3.3.ebuild b/media-gfx/imageworsener/imageworsener-1.3.3.ebuild
index 6ca631010a12..2759af96c03e 100644
--- a/media-gfx/imageworsener/imageworsener-1.3.3.ebuild
+++ b/media-gfx/imageworsener/imageworsener-1.3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -24,6 +24,7 @@ DEPEND="png? ( media-libs/libpng:0 )
RDEPEND="${DEPEND}"
REQUIRED_USE="test? ( jpeg png webp zlib )"
+RESTRICT="!test? ( test )"
src_configure() {
local switch=''