commit: 9ca1336a3f865c237f67b7ce91c4cc2a97f7ac8e Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Mon Feb 19 18:17:19 2018 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> 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) \
