summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-01-25 11:07:30 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-01-25 11:07:30 +0100
commitdcbbc6c055c940b429474b65dfcc364cd0e4138f (patch)
treefc9bf418356f79e33eb888fde0285734d1e485a6 /media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild
parentapp-admin/phpsyslogng: remove last-rited package (diff)
downloadgentoo-dcbbc6c055c940b429474b65dfcc364cd0e4138f.tar.gz
gentoo-dcbbc6c055c940b429474b65dfcc364cd0e4138f.tar.bz2
gentoo-dcbbc6c055c940b429474b65dfcc364cd0e4138f.zip
media-video/ffmpegthumbnailer: tests require png & jpeg, bug #606946
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild')
-rw-r--r--media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild3
1 files changed, 2 insertions, 1 deletions
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 )