commit:     f36d701f945f3d8adaa7169d10de4cd171334e7e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 23:04:53 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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

Reply via email to