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/sword/
Date: Mon, 19 Feb 2018 19:43:14
Message-Id: 1519069208.543adb508b78e2abcb84ff47cb8f7f8bb927e10b.soap@gentoo
1 commit: 543adb508b78e2abcb84ff47cb8f7f8bb927e10b
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:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543adb50
7
8 app-text/sword: Always build in C++14 mode
9
10 Closes: https://bugs.gentoo.org/618776
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 app-text/sword/sword-1.7.4-r1.ebuild | 6 +++++-
14 1 file changed, 5 insertions(+), 1 deletion(-)
15
16 diff --git a/app-text/sword/sword-1.7.4-r1.ebuild b/app-text/sword/sword-1.7.4-r1.ebuild
17 index be1fa4a3314..72b16688cc8 100644
18 --- a/app-text/sword/sword-1.7.4-r1.ebuild
19 +++ b/app-text/sword/sword-1.7.4-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -47,6 +47,10 @@ src_prepare() {
27 src_configure() {
28 # TODO: Why is this here and can we remove it?
29 strip-flags
30 +
31 + # bug 618776
32 + append-cxxflags -std=c++14
33 +
34 econf \
35 $(use_enable static-libs static) \
36 $(use_enable debug) \