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-sound/qmidiroute/
Date: Sun, 01 Aug 2021 18:27:58
Message-Id: 1627842459.1c2152bb088a72c983c5d0f07a2a7e81e0ad6d03.sam@gentoo
1 commit: 1c2152bb088a72c983c5d0f07a2a7e81e0ad6d03
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 1 06:52:07 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 1 18:27:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c2152bb
7
8 media-sound/qmidiroute: drop obsolete qt5 C++11 workaround
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-sound/qmidiroute/qmidiroute-0.4.0.ebuild | 6 ++----
13 1 file changed, 2 insertions(+), 4 deletions(-)
14
15 diff --git a/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild b/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild
16 index bda001fdd4c..c432b7d42db 100644
17 --- a/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild
18 +++ b/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -inherit autotools flag-o-matic qmake-utils
27 +inherit autotools qmake-utils
28
29 DESCRIPTION="QMidiRoute is a filter/router for MIDI events"
30 HOMEPAGE="http://alsamodular.sourceforge.net"
31 @@ -12,7 +12,6 @@ SRC_URI="mirror://sourceforge/alsamodular/${P}.tar.bz2"
32 LICENSE="GPL-2"
33 SLOT="0"
34 KEYWORDS="amd64 ~x86"
35 -IUSE=""
36
37 BDEPEND="
38 dev-qt/linguist-tools:5
39 @@ -34,7 +33,6 @@ src_prepare() {
40 }
41
42 src_configure() {
43 - append-cxxflags '-std=c++11'
44 export PATH="$(qt5_get_bindir):${PATH}"
45 econf --enable-qt5
46 }