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 03D83139694 for ; Tue, 28 Mar 2017 16:14:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A37323401A; Tue, 28 Mar 2017 16:14:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 197F923401A for ; Tue, 28 Mar 2017 16:14:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F17A34165F for ; Tue, 28 Mar 2017 16:14:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81DCF73D2 for ; Tue, 28 Mar 2017 16:14:00 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1490717630.8cf743ab63778622b848d1fb31ed7ead9a7e9e58.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gphoto2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gphoto2/gphoto2-2.5.11.ebuild X-VCS-Directories: media-gfx/gphoto2/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 8cf743ab63778622b848d1fb31ed7ead9a7e9e58 X-VCS-Branch: master Date: Tue, 28 Mar 2017 16:14:00 +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: 5280a58a-f49e-4bf1-aae4-c0a4087064a8 X-Archives-Hash: 0ed175fbd194fb4199b724b62720ad6c commit: 8cf743ab63778622b848d1fb31ed7ead9a7e9e58 Author: Mart Raudsepp gentoo org> AuthorDate: Tue Mar 28 16:12:40 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Mar 28 16:13:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cf743ab media-gfx/gphoto2: fix tests with USE=-exif Gentoo-bug: 610024 media-gfx/gphoto2/gphoto2-2.5.11.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/media-gfx/gphoto2/gphoto2-2.5.11.ebuild b/media-gfx/gphoto2/gphoto2-2.5.11.ebuild index cf4452bdf7b..8cc221391d9 100644 --- a/media-gfx/gphoto2/gphoto2-2.5.11.ebuild +++ b/media-gfx/gphoto2/gphoto2-2.5.11.ebuild @@ -31,6 +31,10 @@ DEPEND="${RDEPEND} src_prepare() { default + if ! use exif ; then + # Remove tests that require EXIF to pass, bug 610024 + rm "${S}"/tests/data/test0{35,36,37,40}* || die + fi # Leave GCC debug builds under user control sed -r '/(C|LD)FLAGS/ s/ -g( |")/\1/' \ -i configure{.ac,} || die