From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 32D3A139085 for ; Wed, 25 Jan 2017 10:07:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E381234017; Wed, 25 Jan 2017 10:07:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A6C8234017 for ; Wed, 25 Jan 2017 10:07:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7C4234168F for ; Wed, 25 Jan 2017 10:07:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EC482EC7 for ; Wed, 25 Jan 2017 10:07:40 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1485338850.dcbbc6c055c940b429474b65dfcc364cd0e4138f.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0.ebuild X-VCS-Directories: media-video/ffmpegthumbnailer/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: dcbbc6c055c940b429474b65dfcc364cd0e4138f X-VCS-Branch: master Date: Wed, 25 Jan 2017 10:07:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 53bf7e27-2279-4e45-82a7-6c00d81e3ad2 X-Archives-Hash: 490665e97ee36f24f1c4c572ff0510d6 commit: dcbbc6c055c940b429474b65dfcc364cd0e4138f Author: Alexis Ballier gentoo org> AuthorDate: Wed Jan 25 10:07:30 2017 +0000 Commit: Alexis Ballier gentoo 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 )