media-video/guvcview: Fix test failure
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 6 Jan 2019 19:28:00 +0000 (20:28 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 6 Jan 2019 19:29:12 +0000 (20:29 +0100)
Closes: https://bugs.gentoo.org/630984
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-video/guvcview/guvcview-2.0.6.ebuild

index bf243272b545d529884a7a8456d51915e14527da..37dee2ed730594196061caac1dd7d4be02d035a7 100644 (file)
@@ -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
 }