Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/musicbrainz/
Date: Mon, 19 Feb 2018 19:43:16
Message-Id: 1519069235.a2b27237d2d1bfdd6e13547eee0fe5b0a0d634f9.soap@gentoo
1 commit: a2b27237d2d1bfdd6e13547eee0fe5b0a0d634f9
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 19 18:17:20 2018 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 19 19:40:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b27237
7
8 media-libs/musicbrainz: Always build in C++14 mode
9
10 Closes: https://bugs.gentoo.org/619668
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 media-libs/musicbrainz/musicbrainz-5.1.0.ebuild | 11 +++++++++--
14 1 file changed, 9 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/musicbrainz/musicbrainz-5.1.0.ebuild b/media-libs/musicbrainz/musicbrainz-5.1.0.ebuild
17 index 2a0a69f4568..92bbfd2203f 100644
18 --- a/media-libs/musicbrainz/musicbrainz-5.1.0.ebuild
19 +++ b/media-libs/musicbrainz/musicbrainz-5.1.0.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26
27 -inherit cmake-utils
28 +inherit cmake-utils flag-o-matic
29
30 DESCRIPTION="Client Library for accessing the latest XML based MusicBrainz web service"
31 HOMEPAGE="https://musicbrainz.org/doc/libmusicbrainz"
32 @@ -29,6 +29,13 @@ src_prepare() {
33 cmake-utils_src_prepare
34 }
35
36 +src_configure() {
37 + # bug 619668
38 + append-cxxflags -std=c++14
39 +
40 + cmake-utils_src_configure
41 +}
42 +
43 src_install() {
44 cmake-utils_src_install