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 B23F113933E for ; Sun, 1 Aug 2021 18:27:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04BCCE0A43; Sun, 1 Aug 2021 18:27:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DC947E0A43 for ; Sun, 1 Aug 2021 18:27:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EF483343BF3 for ; Sun, 1 Aug 2021 18:27:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 588E3859 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: <1627842459.1c2152bb088a72c983c5d0f07a2a7e81e0ad6d03.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qmidiroute/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qmidiroute/qmidiroute-0.4.0.ebuild X-VCS-Directories: media-sound/qmidiroute/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1c2152bb088a72c983c5d0f07a2a7e81e0ad6d03 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: 725be9d0-16b6-4d82-a28c-6fb488adb8d3 X-Archives-Hash: 6177c63a4c22cd9973a48d3b2c65d86d commit: 1c2152bb088a72c983c5d0f07a2a7e81e0ad6d03 Author: Sam James gentoo org> AuthorDate: Sun Aug 1 06:52:07 2021 +0000 Commit: Sam James gentoo 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 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 }