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 4CB8A138334 for ; Sun, 6 Jan 2019 19:29:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29C73E0CA5; Sun, 6 Jan 2019 19:29:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4AE2E0CA5 for ; Sun, 6 Jan 2019 19:29:32 +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 62B60335CE9 for ; Sun, 6 Jan 2019 19:29:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 084574E7 for ; Sun, 6 Jan 2019 19:29:29 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1546802952.5da13ee3e83d1fd2a2278d48e1c621cfbf15f9fb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/guvcview/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/guvcview/guvcview-2.0.6.ebuild X-VCS-Directories: media-video/guvcview/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5da13ee3e83d1fd2a2278d48e1c621cfbf15f9fb X-VCS-Branch: master Date: Sun, 6 Jan 2019 19:29:29 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dc5b650c-5b95-49de-9e27-ce5d7ceafc83 X-Archives-Hash: 9480da653e332f7b87282d502aa9dd88 commit: 5da13ee3e83d1fd2a2278d48e1c621cfbf15f9fb Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 6 19:28:00 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 6 19:29:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5da13ee3 media-video/guvcview: Fix test failure Closes: https://bugs.gentoo.org/630984 Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-video/guvcview/guvcview-2.0.6.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-video/guvcview/guvcview-2.0.6.ebuild b/media-video/guvcview/guvcview-2.0.6.ebuild index bf243272b54..37dee2ed730 100644 --- a/media-video/guvcview/guvcview-2.0.6.ebuild +++ b/media-video/guvcview/guvcview-2.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -51,6 +51,7 @@ S="${WORKDIR}/${MY_P}" src_prepare() { default sed -i '/^docdir/,/^$/d' Makefile.am || die + echo "guvcview/gui_qt5_audioctrls.cpp" >> po/POTFILES.skip || die # bug 630984 eautoreconf }