commit: aebab59675ed23bf9404866c6c0f606fd9f1b8e3 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Nov 24 19:28:40 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Nov 24 19:31:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aebab596
dev-python/qrcode: Fix remaining MissingTestRestrict Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/qrcode/qrcode-5.1-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/qrcode/qrcode-5.1-r1.ebuild b/dev-python/qrcode/qrcode-5.1-r1.ebuild index a7e75c5bc4d..c49e4ef6939 100644 --- a/dev-python/qrcode/qrcode-5.1-r1.ebuild +++ b/dev-python/qrcode/qrcode-5.1-r1.ebuild @@ -15,6 +15,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="test" +RESTRICT="!test? ( test )" # optional deps: # - pillow and lxml for svg backend, set as hard deps
