diff options
Diffstat (limited to 'dev-python/boto3/boto3-1.9.4-r1.ebuild')
-rw-r--r-- | dev-python/boto3/boto3-1.9.4-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/boto3/boto3-1.9.4-r1.ebuild b/dev-python/boto3/boto3-1.9.4-r1.ebuild index 6b55746bd8cb..383c97855e8a 100644 --- a/dev-python/boto3/boto3-1.9.4-r1.ebuild +++ b/dev-python/boto3/boto3-1.9.4-r1.ebuild @@ -11,6 +11,7 @@ HOMEPAGE="https://github.com/boto/boto3" LICENSE="Apache-2.0" SLOT="0" IUSE="doc test" +RESTRICT="!test? ( test )" if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="https://github.com/boto/boto3" |