app-text/libmspub: Always build in C++14 mode
authorDavid Seifert <soap@gentoo.org>
Mon, 19 Feb 2018 18:17:19 +0000 (19:17 +0100)
committerDavid Seifert <soap@gentoo.org>
Mon, 19 Feb 2018 19:40:05 +0000 (20:40 +0100)
Closes: https://bugs.gentoo.org/619044
Package-Manager: Portage-2.3.24, Repoman-2.3.6

app-text/libmspub/libmspub-0.1.2.ebuild
app-text/libmspub/libmspub-0.1.3.ebuild
app-text/libmspub/libmspub-9999.ebuild

index 4cd06c1e06a3daaffe88e6371c558abfcb23aff7..a7a301490ef344a594adcd4c7b50b8519136d2f4 100644 (file)
@@ -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) \
index 221a09a702519691705c811dc9cbbe077c85e1fb..c627cd0bee6f6438369dc31de065194b7020040f 100644 (file)
@@ -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) \
index 221a09a702519691705c811dc9cbbe077c85e1fb..c627cd0bee6f6438369dc31de065194b7020040f 100644 (file)
@@ -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) \