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 C00461382C5 for ; Mon, 19 Feb 2018 19:43:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E73B4E0C83; Mon, 19 Feb 2018 19:43:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 C8751E0C83 for ; Mon, 19 Feb 2018 19:43:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BE116335C5E for ; Mon, 19 Feb 2018 19:43:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77FA9240 for ; Mon, 19 Feb 2018 19:42:42 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1519069235.a2b27237d2d1bfdd6e13547eee0fe5b0a0d634f9.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/musicbrainz/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/musicbrainz/musicbrainz-5.1.0.ebuild X-VCS-Directories: media-libs/musicbrainz/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a2b27237d2d1bfdd6e13547eee0fe5b0a0d634f9 X-VCS-Branch: master Date: Mon, 19 Feb 2018 19:42:42 +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-Archives-Salt: 5dd7afb2-f57d-4249-9909-a5f9f0ee858d X-Archives-Hash: 89b678ff5e61e08de168037b461c2e59 commit: a2b27237d2d1bfdd6e13547eee0fe5b0a0d634f9 Author: David Seifert gentoo org> AuthorDate: Mon Feb 19 18:17:20 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Feb 19 19:40:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b27237 media-libs/musicbrainz: Always build in C++14 mode Closes: https://bugs.gentoo.org/619668 Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-libs/musicbrainz/musicbrainz-5.1.0.ebuild | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/media-libs/musicbrainz/musicbrainz-5.1.0.ebuild b/media-libs/musicbrainz/musicbrainz-5.1.0.ebuild index 2a0a69f4568..92bbfd2203f 100644 --- a/media-libs/musicbrainz/musicbrainz-5.1.0.ebuild +++ b/media-libs/musicbrainz/musicbrainz-5.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit cmake-utils +inherit cmake-utils flag-o-matic DESCRIPTION="Client Library for accessing the latest XML based MusicBrainz web service" HOMEPAGE="https://musicbrainz.org/doc/libmusicbrainz" @@ -29,6 +29,13 @@ src_prepare() { cmake-utils_src_prepare } +src_configure() { + # bug 619668 + append-cxxflags -std=c++14 + + cmake-utils_src_configure +} + src_install() { cmake-utils_src_install