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 361CC139337 for ; Sun, 1 Aug 2021 18:27:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41A79E0A46; Sun, 1 Aug 2021 18:27:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 29D31E0A46 for ; Sun, 1 Aug 2021 18:27:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2FD78343BF7 for ; Sun, 1 Aug 2021 18:27:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EFD085B for ; Sun, 1 Aug 2021 18:27:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1627842461.d3c78dbd3417a54c074a180103242b216f548a55.sam@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-r2.ebuild X-VCS-Directories: media-video/guvcview/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d3c78dbd3417a54c074a180103242b216f548a55 X-VCS-Branch: master Date: Sun, 1 Aug 2021 18:27:54 +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: 1bc83ccf-6ae4-45ac-8871-c31e17ed2148 X-Archives-Hash: b17a48b7b3f808562c77db884d223ebe commit: d3c78dbd3417a54c074a180103242b216f548a55 Author: Sam James gentoo org> AuthorDate: Sun Aug 1 07:05:05 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Aug 1 18:27:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3c78dbd media-video/guvcview: drop obsolete qt5 C++11 workaround Signed-off-by: Sam James gentoo.org> media-video/guvcview/guvcview-2.0.6-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/guvcview/guvcview-2.0.6-r2.ebuild b/media-video/guvcview/guvcview-2.0.6-r2.ebuild index fb40e25584f..fb946dd29ef 100644 --- a/media-video/guvcview/guvcview-2.0.6-r2.ebuild +++ b/media-video/guvcview/guvcview-2.0.6-r2.ebuild @@ -4,7 +4,7 @@ EAPI=7 MY_P=${PN}-src-${PV} -inherit autotools flag-o-matic qmake-utils toolchain-funcs +inherit autotools qmake-utils toolchain-funcs DESCRIPTION="Simple Qt5 or GTK+3 interface for capturing and viewing video from v4l2 devices" HOMEPAGE="http://guvcview.sourceforge.net/" @@ -56,7 +56,7 @@ src_prepare() { src_configure() { export MOC="$(qt5_get_bindir)/moc" - use qt5 && append-cxxflags -std=c++11 + # 599030 tc-export CC CXX