Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libfreehand/
Date: Mon, 19 Feb 2018 19:43:17
Message-Id: 1519069229.61285ae019e2359cf7586db63109625f849655c4.soap@gentoo
1 commit: 61285ae019e2359cf7586db63109625f849655c4
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 19 18:17:20 2018 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 19 19:40:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61285ae0
7
8 media-libs/libfreehand: Always build in C++14 mode
9
10 Closes: https://bugs.gentoo.org/619762
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 media-libs/libfreehand/libfreehand-0.1.2.ebuild | 5 +++++
14 media-libs/libfreehand/libfreehand-9999.ebuild | 5 +++++
15 2 files changed, 10 insertions(+)
16
17 diff --git a/media-libs/libfreehand/libfreehand-0.1.2.ebuild b/media-libs/libfreehand/libfreehand-0.1.2.ebuild
18 index 78a1c569ac2..b7f3a47c5fd 100644
19 --- a/media-libs/libfreehand/libfreehand-0.1.2.ebuild
20 +++ b/media-libs/libfreehand/libfreehand-0.1.2.ebuild
21 @@ -3,6 +3,8 @@
22
23 EAPI=6
24
25 +inherit flag-o-matic
26 +
27 EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libfreehand.git"
28 [[ ${PV} == 9999 ]] && inherit autotools git-r3
29
30 @@ -38,6 +40,9 @@ src_prepare() {
31 }
32
33 src_configure() {
34 + # bug 619762
35 + append-cxxflags -std=c++14
36 +
37 econf \
38 --disable-werror \
39 $(use_with doc docs) \
40
41 diff --git a/media-libs/libfreehand/libfreehand-9999.ebuild b/media-libs/libfreehand/libfreehand-9999.ebuild
42 index 5625e30a8c7..be281349087 100644
43 --- a/media-libs/libfreehand/libfreehand-9999.ebuild
44 +++ b/media-libs/libfreehand/libfreehand-9999.ebuild
45 @@ -3,6 +3,8 @@
46
47 EAPI=6
48
49 +inherit flag-o-matic
50 +
51 EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libfreehand.git"
52 [[ ${PV} == 9999 ]] && inherit autotools git-r3
53
54 @@ -38,6 +40,9 @@ src_prepare() {
55 }
56
57 src_configure() {
58 + # bug 619762
59 + append-cxxflags -std=c++14
60 +
61 econf \
62 --disable-werror \
63 $(use_with doc docs) \