diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-01-25 11:07:30 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-01-25 11:07:30 +0100 |
commit | dcbbc6c055c940b429474b65dfcc364cd0e4138f (patch) | |
tree | fc9bf418356f79e33eb888fde0285734d1e485a6 /media-video/ffmpegthumbnailer | |
parent | app-admin/phpsyslogng: remove last-rited package (diff) | |
download | gentoo-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')
-rw-r--r-- | media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild | 3 |
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 ) |