commit: dcbbc6c055c940b429474b65dfcc364cd0e4138f
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 10:07:30 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 10:07:30 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcbbc6c0
media-video/ffmpegthumbnailer: tests require png & jpeg, bug #606946
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild
index aee6e01..73d86f2 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 )