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-libs/libmediaart/
Date: Sun, 01 Aug 2021 18:27:58
Message-Id: 1627842458.db679eb9762dc8fbef2c53772fcf3d26168c6cac.sam@gentoo
1 commit: db679eb9762dc8fbef2c53772fcf3d26168c6cac
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 1 06:51:15 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 1 18:27:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db679eb9
7
8 media-libs/libmediaart: drop obsolete qt5 C++11 workaround
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/libmediaart/libmediaart-1.9.4.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/media-libs/libmediaart/libmediaart-1.9.4.ebuild b/media-libs/libmediaart/libmediaart-1.9.4.ebuild
16 index 34189436fe6..8bc2ef34496 100644
17 --- a/media-libs/libmediaart/libmediaart-1.9.4.ebuild
18 +++ b/media-libs/libmediaart/libmediaart-1.9.4.ebuild
19 @@ -6,7 +6,7 @@ EAPI="6"
20 VALA_USE_DEPEND="vapigen"
21 VALA_MIN_API_VERSION="0.16"
22
23 -inherit autotools flag-o-matic gnome2 vala virtualx
24 +inherit autotools gnome2 vala virtualx
25
26 DESCRIPTION="Manages, extracts and handles media art caches"
27 HOMEPAGE="https://gitlab.gnome.org/GNOME/libmediaart"
28 @@ -57,7 +57,6 @@ src_prepare() {
29 src_configure() {
30 if use qt5 ; then
31 local myconf="--with-qt-version=5"
32 - append-cxxflags -std=c++11
33 fi
34
35 gnome2_src_configure \