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/libvisio/
Date: Mon, 19 Feb 2018 19:43:15
Message-Id: 1519069232.a73c3126a8421173437c7bb100aec8e100ae399b.soap@gentoo
1 commit: a73c3126a8421173437c7bb100aec8e100ae399b
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:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a73c3126
7
8 media-libs/libvisio: Always build in C++14 mode
9
10 Closes: https://bugs.gentoo.org/619688
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 media-libs/libvisio/libvisio-0.1.6.ebuild | 7 ++++++-
14 media-libs/libvisio/libvisio-9999.ebuild | 7 ++++++-
15 2 files changed, 12 insertions(+), 2 deletions(-)
16
17 diff --git a/media-libs/libvisio/libvisio-0.1.6.ebuild b/media-libs/libvisio/libvisio-0.1.6.ebuild
18 index 404db3604d3..ccb6e687a43 100644
19 --- a/media-libs/libvisio/libvisio-0.1.6.ebuild
20 +++ b/media-libs/libvisio/libvisio-0.1.6.ebuild
21 @@ -1,8 +1,10 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27
28 +inherit flag-o-matic
29 +
30 EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libvisio.git"
31 [[ ${PV} == 9999 ]] && inherit autotools git-r3
32
33 @@ -38,6 +40,9 @@ src_prepare() {
34 }
35
36 src_configure() {
37 + # bug 619688
38 + append-cxxflags -std=c++14
39 +
40 econf \
41 $(use_with doc docs) \
42 $(use_enable static-libs static) \
43
44 diff --git a/media-libs/libvisio/libvisio-9999.ebuild b/media-libs/libvisio/libvisio-9999.ebuild
45 index 79aa9cdc018..1f7cc355b43 100644
46 --- a/media-libs/libvisio/libvisio-9999.ebuild
47 +++ b/media-libs/libvisio/libvisio-9999.ebuild
48 @@ -1,8 +1,10 @@
49 -# Copyright 1999-2017 Gentoo Foundation
50 +# Copyright 1999-2018 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52
53 EAPI=6
54
55 +inherit flag-o-matic
56 +
57 EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libvisio.git"
58 [[ ${PV} == 9999 ]] && inherit autotools git-r3
59
60 @@ -38,6 +40,9 @@ src_prepare() {
61 }
62
63 src_configure() {
64 + # bug 619688
65 + append-cxxflags -std=c++14
66 +
67 econf \
68 $(use_with doc docs) \
69 $(use_enable static-libs static) \