From: Michał Górny Date: Sun, 10 Nov 2019 20:30:15 +0000 (+0100) Subject: dev-python/botocore: [QA] Fix MissingTestRestrict X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=25f3912290f387141282703206fade4632a11a25;p=gentoo.git dev-python/botocore: [QA] Fix MissingTestRestrict Signed-off-by: Michał Górny --- diff --git a/dev-python/botocore/botocore-1.13.14.ebuild b/dev-python/botocore/botocore-1.13.14.ebuild index f81c7d0b849a..1b2106971f31 100644 --- a/dev-python/botocore/botocore-1.13.14.ebuild +++ b/dev-python/botocore/botocore-1.13.14.ebuild @@ -11,6 +11,7 @@ HOMEPAGE="https://github.com/boto/botocore" LICENSE="Apache-2.0" SLOT="0" IUSE="doc test" +RESTRICT="!test? ( test )" if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="https://github.com/boto/botocore" diff --git a/dev-python/botocore/botocore-9999.ebuild b/dev-python/botocore/botocore-9999.ebuild index f81c7d0b849a..1b2106971f31 100644 --- a/dev-python/botocore/botocore-9999.ebuild +++ b/dev-python/botocore/botocore-9999.ebuild @@ -11,6 +11,7 @@ HOMEPAGE="https://github.com/boto/botocore" LICENSE="Apache-2.0" SLOT="0" IUSE="doc test" +RESTRICT="!test? ( test )" if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="https://github.com/boto/botocore"