Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/guvcview/
Date: Sun, 01 Aug 2021 18:27:59
Message-Id: 1627842461.d3c78dbd3417a54c074a180103242b216f548a55.sam@gentoo
1 commit: d3c78dbd3417a54c074a180103242b216f548a55
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 1 07:05:05 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 1 18:27:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3c78dbd
7
8 media-video/guvcview: drop obsolete qt5 C++11 workaround
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-video/guvcview/guvcview-2.0.6-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-video/guvcview/guvcview-2.0.6-r2.ebuild b/media-video/guvcview/guvcview-2.0.6-r2.ebuild
16 index fb40e25584f..fb946dd29ef 100644
17 --- a/media-video/guvcview/guvcview-2.0.6-r2.ebuild
18 +++ b/media-video/guvcview/guvcview-2.0.6-r2.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=7
21
22 MY_P=${PN}-src-${PV}
23 -inherit autotools flag-o-matic qmake-utils toolchain-funcs
24 +inherit autotools qmake-utils toolchain-funcs
25
26 DESCRIPTION="Simple Qt5 or GTK+3 interface for capturing and viewing video from v4l2 devices"
27 HOMEPAGE="http://guvcview.sourceforge.net/"
28 @@ -56,7 +56,7 @@ src_prepare() {
29
30 src_configure() {
31 export MOC="$(qt5_get_bindir)/moc"
32 - use qt5 && append-cxxflags -std=c++11
33 +
34 # 599030
35 tc-export CC CXX