diff options
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='' |