dev-python/pillow: Fix remaining MissingTestRestrict

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-11-24 20:29:00 +01:00
parent aebab59675
commit dbdd6b742e
4 changed files with 4 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ LICENSE="HPND"
SLOT="0"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="doc examples jpeg jpeg2k lcms test tiff tk truetype webp zlib"
RESTRICT="!test? ( test )"
REQUIRED_USE="test? ( jpeg tiff )"

View File

@@ -19,6 +19,7 @@ LICENSE="HPND"
SLOT="0"
KEYWORDS="alpha amd64 arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="doc examples imagequant jpeg jpeg2k lcms test tiff tk truetype webp zlib"
RESTRICT="!test? ( test )"
REQUIRED_USE="test? ( jpeg tiff )"

View File

@@ -19,6 +19,7 @@ LICENSE="HPND"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc examples imagequant jpeg jpeg2k lcms test tiff tk truetype webp zlib"
RESTRICT="!test? ( test )"
REQUIRED_USE="test? ( jpeg tiff )"

View File

@@ -19,6 +19,7 @@ LICENSE="HPND"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="doc examples imagequant jpeg jpeg2k lcms test tiff tk truetype webp zlib"
RESTRICT="!test? ( test )"
REQUIRED_USE="test? ( jpeg tiff )"