From aebab59675ed23bf9404866c6c0f606fd9f1b8e3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 24 Nov 2019 20:28:40 +0100 Subject: [PATCH] dev-python/qrcode: Fix remaining MissingTestRestrict MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 a7e75c5bc4dd..c49e4ef69398 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 -- 2.26.2