commit: a96647b58c300115b51972184d8be6e7994200fe
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 22 07:16:33 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 07:17:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a96647b5
media-gfx/nip2: Require fftw for tests
media-gfx/nip2/nip2-7.38.1.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/media-gfx/nip2/nip2-7.38.1.ebuild
b/media-gfx/nip2/nip2-7.38.1.ebuild
index 2148877c374..9c07ea98c21 100644
--- a/media-gfx/nip2/nip2-7.38.1.ebuild
+++ b/media-gfx/nip2/nip2-7.38.1.ebuild
@@ -28,6 +28,9 @@ DEPEND="${RDEPEND}
sys-devel/flex
test? ( media-libs/vips[jpeg,lcms,tiff] )"
+# lots of tests use fftw transforms
+REQUIRED_USE="test? ( fftw )"
+
src_configure() {
econf \
--disable-update-desktop \