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 65C9F138331 for ; Mon, 19 Feb 2018 19:43:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 987E8E0C34; Mon, 19 Feb 2018 19:43:12 +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 752E1E0C31 for ; Mon, 19 Feb 2018 19:43:12 +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 58793335C56 for ; Mon, 19 Feb 2018 19:43:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0FA722D for ; Mon, 19 Feb 2018 19:42:41 +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: <1519069205.9ca1336a3f865c237f67b7ce91c4cc2a97f7ac8e.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libmspub/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libmspub/libmspub-0.1.2.ebuild app-text/libmspub/libmspub-0.1.3.ebuild app-text/libmspub/libmspub-9999.ebuild X-VCS-Directories: app-text/libmspub/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 9ca1336a3f865c237f67b7ce91c4cc2a97f7ac8e X-VCS-Branch: master Date: Mon, 19 Feb 2018 19:42:41 +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: cccc7d00-477c-45e8-a883-5e179b19ede9 X-Archives-Hash: 62e511f5068aba1ad21c91c274cd826b commit: 9ca1336a3f865c237f67b7ce91c4cc2a97f7ac8e Author: David Seifert gentoo org> AuthorDate: Mon Feb 19 18:17:19 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Feb 19 19:40:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ca1336a app-text/libmspub: Always build in C++14 mode Closes: https://bugs.gentoo.org/619044 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-text/libmspub/libmspub-0.1.2.ebuild | 7 ++++++- app-text/libmspub/libmspub-0.1.3.ebuild | 5 +++++ app-text/libmspub/libmspub-9999.ebuild | 5 +++++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/app-text/libmspub/libmspub-0.1.2.ebuild b/app-text/libmspub/libmspub-0.1.2.ebuild index 4cd06c1e06a..a7a301490ef 100644 --- a/app-text/libmspub/libmspub-0.1.2.ebuild +++ b/app-text/libmspub/libmspub-0.1.2.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 +inherit flag-o-matic + EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libmspub.git" [[ ${PV} == 9999 ]] && inherit autotools git-r3 @@ -38,6 +40,9 @@ src_prepare() { } src_configure() { + # bug 619044 + append-cxxflags -std=c++14 + econf \ --disable-werror \ $(use_with doc docs) \ diff --git a/app-text/libmspub/libmspub-0.1.3.ebuild b/app-text/libmspub/libmspub-0.1.3.ebuild index 221a09a7025..c627cd0bee6 100644 --- a/app-text/libmspub/libmspub-0.1.3.ebuild +++ b/app-text/libmspub/libmspub-0.1.3.ebuild @@ -3,6 +3,8 @@ EAPI=6 +inherit flag-o-matic + EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libmspub.git" [[ ${PV} == 9999 ]] && inherit autotools git-r3 @@ -38,6 +40,9 @@ src_prepare() { } src_configure() { + # bug 619044 + append-cxxflags -std=c++14 + econf \ --disable-werror \ $(use_with doc docs) \ diff --git a/app-text/libmspub/libmspub-9999.ebuild b/app-text/libmspub/libmspub-9999.ebuild index 221a09a7025..c627cd0bee6 100644 --- a/app-text/libmspub/libmspub-9999.ebuild +++ b/app-text/libmspub/libmspub-9999.ebuild @@ -3,6 +3,8 @@ EAPI=6 +inherit flag-o-matic + EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libmspub.git" [[ ${PV} == 9999 ]] && inherit autotools git-r3 @@ -38,6 +40,9 @@ src_prepare() { } src_configure() { + # bug 619044 + append-cxxflags -std=c++14 + econf \ --disable-werror \ $(use_with doc docs) \