commit: e5a39459a0c44f62ee31340b4971c39da50188f4 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Mar 7 17:42:59 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Mar 7 17:51:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a39459
dev-python/pillow: Require jpeg2k support for tests Closes: https://bugs.gentoo.org/774714 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pillow/pillow-8.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pillow/pillow-8.1.2.ebuild b/dev-python/pillow/pillow-8.1.2.ebuild index f78d8294761..d154331c07f 100644 --- a/dev-python/pillow/pillow-8.1.2.ebuild +++ b/dev-python/pillow/pillow-8.1.2.ebuild @@ -20,7 +20,7 @@ LICENSE="HPND" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="examples imagequant jpeg jpeg2k lcms test tiff tk truetype webp xcb zlib" -REQUIRED_USE="test? ( jpeg tiff )" +REQUIRED_USE="test? ( jpeg jpeg2k tiff )" RESTRICT="!test? ( test )" DEPEND="
