Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/vips/
Date: Thu, 29 Apr 2021 16:32:46
Message-Id: 1619713612.da79392782e1d0096eb094e8337dbbd7779fcc39.tastytea@gentoo
1 commit: da79392782e1d0096eb094e8337dbbd7779fcc39
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Thu Apr 29 16:24:03 2021 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Thu Apr 29 16:26:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=da793927
7
8 media-libs/vips: Add test dependencies.
9
10 Some tests need JPEG and PNG support.
11
12 Closes: https://bugs.gentoo.org/786210
13 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
14
15 media-libs/vips/vips-8.10.6.ebuild | 5 +++--
16 1 file changed, 3 insertions(+), 2 deletions(-)
17
18 diff --git a/media-libs/vips/vips-8.10.6.ebuild b/media-libs/vips/vips-8.10.6.ebuild
19 index 860d2d5aa..1dbc34b97 100644
20 --- a/media-libs/vips/vips-8.10.6.ebuild
21 +++ b/media-libs/vips/vips-8.10.6.ebuild
22 @@ -11,8 +11,9 @@ HOMEPAGE="https://libvips.github.io/libvips/"
23 LICENSE="LGPL-2.1+"
24 SLOT="1"
25 KEYWORDS="~amd64 ~x86"
26 -IUSE="doc debug exif fftw fits heif gsf graphicsmagick imagemagick imagequant jpeg lcms matio openexr orc pango pdf png svg static-libs tiff webp zlib"
27 -REQUIRED_USE="imagequant? ( png )"
28 +IUSE="doc debug exif fftw fits heif gsf graphicsmagick imagemagick imagequant jpeg lcms matio openexr orc pango pdf png svg static-libs test tiff webp zlib"
29 +REQUIRED_USE="imagequant? ( png ) test? ( jpeg png )"
30 +RESTRICT="!test? ( test )"
31
32 # FIXME: nitfi (FIND_NIFTI)
33 # openslide? ( >=media-libs/openslide-3.3.0 )