From: Alexis Ballier Date: Wed, 25 Jan 2017 10:07:30 +0000 (+0100) Subject: media-video/ffmpegthumbnailer: tests require png & jpeg, bug #606946 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=dcbbc6c055c940b429474b65dfcc364cd0e4138f;p=gentoo.git media-video/ffmpegthumbnailer: tests require png & jpeg, bug #606946 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild index aee6e010b229..73d86f2b214d 100644 --- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild +++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild @@ -25,7 +25,8 @@ RDEPEND=" DEPEND="${RDEPEND} virtual/pkgconfig " -REQUIRED_USE="gnome? ( gtk )" +REQUIRED_USE="gnome? ( gtk ) + test? ( png jpeg )" DOCS=( AUTHORS ChangeLog README.md )