Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libmspub/
Date: Mon, 19 Feb 2018 19:43:15
Message-Id: 1519069205.9ca1336a3f865c237f67b7ce91c4cc2a97f7ac8e.soap@gentoo
1 commit: 9ca1336a3f865c237f67b7ce91c4cc2a97f7ac8e
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 19 18:17:19 2018 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 19 19:40:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ca1336a
7
8 app-text/libmspub: Always build in C++14 mode
9
10 Closes: https://bugs.gentoo.org/619044
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 app-text/libmspub/libmspub-0.1.2.ebuild | 7 ++++++-
14 app-text/libmspub/libmspub-0.1.3.ebuild | 5 +++++
15 app-text/libmspub/libmspub-9999.ebuild | 5 +++++
16 3 files changed, 16 insertions(+), 1 deletion(-)
17
18 diff --git a/app-text/libmspub/libmspub-0.1.2.ebuild b/app-text/libmspub/libmspub-0.1.2.ebuild
19 index 4cd06c1e06a..a7a301490ef 100644
20 --- a/app-text/libmspub/libmspub-0.1.2.ebuild
21 +++ b/app-text/libmspub/libmspub-0.1.2.ebuild
22 @@ -1,8 +1,10 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28
29 +inherit flag-o-matic
30 +
31 EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libmspub.git"
32 [[ ${PV} == 9999 ]] && inherit autotools git-r3
33
34 @@ -38,6 +40,9 @@ src_prepare() {
35 }
36
37 src_configure() {
38 + # bug 619044
39 + append-cxxflags -std=c++14
40 +
41 econf \
42 --disable-werror \
43 $(use_with doc docs) \
44
45 diff --git a/app-text/libmspub/libmspub-0.1.3.ebuild b/app-text/libmspub/libmspub-0.1.3.ebuild
46 index 221a09a7025..c627cd0bee6 100644
47 --- a/app-text/libmspub/libmspub-0.1.3.ebuild
48 +++ b/app-text/libmspub/libmspub-0.1.3.ebuild
49 @@ -3,6 +3,8 @@
50
51 EAPI=6
52
53 +inherit flag-o-matic
54 +
55 EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libmspub.git"
56 [[ ${PV} == 9999 ]] && inherit autotools git-r3
57
58 @@ -38,6 +40,9 @@ src_prepare() {
59 }
60
61 src_configure() {
62 + # bug 619044
63 + append-cxxflags -std=c++14
64 +
65 econf \
66 --disable-werror \
67 $(use_with doc docs) \
68
69 diff --git a/app-text/libmspub/libmspub-9999.ebuild b/app-text/libmspub/libmspub-9999.ebuild
70 index 221a09a7025..c627cd0bee6 100644
71 --- a/app-text/libmspub/libmspub-9999.ebuild
72 +++ b/app-text/libmspub/libmspub-9999.ebuild
73 @@ -3,6 +3,8 @@
74
75 EAPI=6
76
77 +inherit flag-o-matic
78 +
79 EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libmspub.git"
80 [[ ${PV} == 9999 ]] && inherit autotools git-r3
81
82 @@ -38,6 +40,9 @@ src_prepare() {
83 }
84
85 src_configure() {
86 + # bug 619044
87 + append-cxxflags -std=c++14
88 +
89 econf \
90 --disable-werror \
91 $(use_with doc docs) \