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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9342A158090 for ; Tue, 17 May 2022 23:08:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A094E0825; Tue, 17 May 2022 23:08:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51B73E0824 for ; Tue, 17 May 2022 23:08:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2EAD1341633 for ; Tue, 17 May 2022 23:08:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FDCE46D for ; Tue, 17 May 2022 23:08:46 +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: <1652828695.f36d701f945f3d8adaa7169d10de4cd171334e7e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/vlc/vlc-3.0.16-r8.ebuild media-video/vlc/vlc-3.0.17.3-r1.ebuild media-video/vlc/vlc-3.0.17.3-r2.ebuild media-video/vlc/vlc-3.0.9999.ebuild media-video/vlc/vlc-9999.ebuild X-VCS-Directories: media-video/vlc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f36d701f945f3d8adaa7169d10de4cd171334e7e X-VCS-Branch: master Date: Tue, 17 May 2022 23:08:46 +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: 05793934-701d-4e5a-8b51-83e8d1aa7491 X-Archives-Hash: 00d98a61c90cf16ccfcd471b2061c45f commit: f36d701f945f3d8adaa7169d10de4cd171334e7e Author: Sam James gentoo org> AuthorDate: Tue May 17 23:04:53 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 17 23:04:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f36d701f media-video/vlc: drop obsolete -std=c++11 The commit referenced in the ebuild [0] was in 3.0.0 anyway, but also, AX_CXX_COMPILE_STDCXX_11 passes the needed flags to enable c++11 support anyway. In any case, long obsolete, as GCC 9+ defaults to gnu++11 or newer anyhow. [0] https://github.com/videolan/vlc/commit/4b1c9dcdda0bbff801e47505ff9dfd3f274eb0d8 Signed-off-by: Sam James gentoo.org> media-video/vlc/vlc-3.0.16-r8.ebuild | 3 --- media-video/vlc/vlc-3.0.17.3-r1.ebuild | 3 --- media-video/vlc/vlc-3.0.17.3-r2.ebuild | 3 --- media-video/vlc/vlc-3.0.9999.ebuild | 3 --- media-video/vlc/vlc-9999.ebuild | 3 --- 5 files changed, 15 deletions(-) diff --git a/media-video/vlc/vlc-3.0.16-r8.ebuild b/media-video/vlc/vlc-3.0.16-r8.ebuild index e4cf9a519934..5ac73bb5c456 100644 --- a/media-video/vlc/vlc-3.0.16-r8.ebuild +++ b/media-video/vlc/vlc-3.0.16-r8.ebuild @@ -448,9 +448,6 @@ src_configure() { replace-flags -Os -O2 fi - # VLC now requires C++11 after commit 4b1c9dcdda0bbff801e47505ff9dfd3f274eb0d8 - append-cxxflags -std=c++11 - if use omxil; then # bug #723006 # https://trac.videolan.org/vlc/ticket/24617 diff --git a/media-video/vlc/vlc-3.0.17.3-r1.ebuild b/media-video/vlc/vlc-3.0.17.3-r1.ebuild index b4f720f589d4..ca18dae57b23 100644 --- a/media-video/vlc/vlc-3.0.17.3-r1.ebuild +++ b/media-video/vlc/vlc-3.0.17.3-r1.ebuild @@ -442,9 +442,6 @@ src_configure() { replace-flags -Os -O2 fi - # VLC now requires C++11 after commit 4b1c9dcdda0bbff801e47505ff9dfd3f274eb0d8 - append-cxxflags -std=c++11 - if use omxil; then # bug #723006 # https://trac.videolan.org/vlc/ticket/24617 diff --git a/media-video/vlc/vlc-3.0.17.3-r2.ebuild b/media-video/vlc/vlc-3.0.17.3-r2.ebuild index 33d9f2b17a26..f1b90b865b31 100644 --- a/media-video/vlc/vlc-3.0.17.3-r2.ebuild +++ b/media-video/vlc/vlc-3.0.17.3-r2.ebuild @@ -443,9 +443,6 @@ src_configure() { replace-flags -Os -O2 fi - # VLC now requires C++11 after commit 4b1c9dcdda0bbff801e47505ff9dfd3f274eb0d8 - append-cxxflags -std=c++11 - if use omxil; then # bug #723006 # https://trac.videolan.org/vlc/ticket/24617 diff --git a/media-video/vlc/vlc-3.0.9999.ebuild b/media-video/vlc/vlc-3.0.9999.ebuild index 9f650bcfa31d..f6a6a9658e5f 100644 --- a/media-video/vlc/vlc-3.0.9999.ebuild +++ b/media-video/vlc/vlc-3.0.9999.ebuild @@ -441,9 +441,6 @@ src_configure() { replace-flags -Os -O2 fi - # VLC now requires C++11 after commit 4b1c9dcdda0bbff801e47505ff9dfd3f274eb0d8 - append-cxxflags -std=c++11 - if use omxil; then # bug #723006 # https://trac.videolan.org/vlc/ticket/24617 diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 23316e6cba59..14afeb88022f 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -441,9 +441,6 @@ src_configure() { replace-flags -Os -O2 fi - # VLC now requires C++11 after commit 4b1c9dcdda0bbff801e47505ff9dfd3f274eb0d8 - append-cxxflags -std=c++11 - if use omxil; then # bug #723006 # https://trac.videolan.org/vlc/ticket/24617