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 6F86B13933E 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 C3D01E0A04; Sun, 1 Aug 2021 18:27:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 ADCF5E0A04 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 BF712343BC2 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 458A0858 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: <1627842458.db679eb9762dc8fbef2c53772fcf3d26168c6cac.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmediaart/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libmediaart/libmediaart-1.9.4.ebuild X-VCS-Directories: media-libs/libmediaart/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: db679eb9762dc8fbef2c53772fcf3d26168c6cac 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: 251a2607-e7ca-44f8-8e51-ed7801602c2b X-Archives-Hash: c86a03f290757dacfb46fc27eab56def commit: db679eb9762dc8fbef2c53772fcf3d26168c6cac Author: Sam James gentoo org> AuthorDate: Sun Aug 1 06:51:15 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Aug 1 18:27:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db679eb9 media-libs/libmediaart: drop obsolete qt5 C++11 workaround Signed-off-by: Sam James gentoo.org> media-libs/libmediaart/libmediaart-1.9.4.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-libs/libmediaart/libmediaart-1.9.4.ebuild b/media-libs/libmediaart/libmediaart-1.9.4.ebuild index 34189436fe6..8bc2ef34496 100644 --- a/media-libs/libmediaart/libmediaart-1.9.4.ebuild +++ b/media-libs/libmediaart/libmediaart-1.9.4.ebuild @@ -6,7 +6,7 @@ EAPI="6" VALA_USE_DEPEND="vapigen" VALA_MIN_API_VERSION="0.16" -inherit autotools flag-o-matic gnome2 vala virtualx +inherit autotools gnome2 vala virtualx DESCRIPTION="Manages, extracts and handles media art caches" HOMEPAGE="https://gitlab.gnome.org/GNOME/libmediaart" @@ -57,7 +57,6 @@ src_prepare() { src_configure() { if use qt5 ; then local myconf="--with-qt-version=5" - append-cxxflags -std=c++11 fi gnome2_src_configure \