commit:     1c2152bb088a72c983c5d0f07a2a7e81e0ad6d03
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  1 06:52:07 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug  1 18:27:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c2152bb

media-sound/qmidiroute: drop obsolete qt5 C++11 workaround

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-sound/qmidiroute/qmidiroute-0.4.0.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild 
b/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild
index bda001fdd4c..c432b7d42db 100644
--- a/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild
+++ b/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit autotools flag-o-matic qmake-utils
+inherit autotools qmake-utils
 
 DESCRIPTION="QMidiRoute is a filter/router for MIDI events"
 HOMEPAGE="http://alsamodular.sourceforge.net";
@@ -12,7 +12,6 @@ SRC_URI="mirror://sourceforge/alsamodular/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~x86"
-IUSE=""
 
 BDEPEND="
        dev-qt/linguist-tools:5
@@ -34,7 +33,6 @@ src_prepare() {
 }
 
 src_configure() {
-       append-cxxflags '-std=c++11'
        export PATH="$(qt5_get_bindir):${PATH}"
        econf --enable-qt5
 }

Reply via email to