diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-03-22 07:41:07 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-03-22 08:17:38 +0100 |
commit | 1ca846a3bcaa5a5621cef73ce934a546d26a3801 (patch) | |
tree | 3041c72b01aa92a74f614a722f8285db28b1fb46 /media-gfx | |
parent | media-gfx/nip2: Remove old (python.eclass) (diff) | |
download | gentoo-1ca846a3bcaa5a5621cef73ce934a546d26a3801.tar.gz gentoo-1ca846a3bcaa5a5621cef73ce934a546d26a3801.tar.bz2 gentoo-1ca846a3bcaa5a5621cef73ce934a546d26a3801.zip |
media-gfx/nip2: Add missing vips[fftw?] transitory USE-dep
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/nip2/nip2-7.38.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/nip2/nip2-7.38.1.ebuild b/media-gfx/nip2/nip2-7.38.1.ebuild index 80ca5bab837e..2148877c374c 100644 --- a/media-gfx/nip2/nip2-7.38.1.ebuild +++ b/media-gfx/nip2/nip2-7.38.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,7 +17,7 @@ IUSE="debug fftw graphviz goffice gsl test" RDEPEND=">=dev-libs/glib-2.14:2 dev-libs/libxml2 x11-misc/xdg-utils - =media-libs/vips-${MY_MAJ_VER}* + =media-libs/vips-${MY_MAJ_VER}*[fftw?] >=x11-libs/gtk+-2.24:2 goffice? ( x11-libs/goffice:0.8 ) graphviz? ( <media-gfx/graphviz-2.30 ) |