From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libabw/
Date: Mon, 19 Feb 2018 19:42:41 +0000 (UTC) [thread overview]
Message-ID: <1519069199.4854a7de6a7a43a0a3bb86468df1cfea512ec656.soap@gentoo> (raw)
commit: 4854a7de6a7a43a0a3bb86468df1cfea512ec656
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 19 18:17:19 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Feb 19 19:39:59 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4854a7de
app-text/libabw: Always build in C++14 mode
Closes: https://bugs.gentoo.org/619470
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7222
app-text/libabw/libabw-0.1.1.ebuild | 7 +++++--
app-text/libabw/libabw-0.1.2.ebuild | 5 ++++-
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/app-text/libabw/libabw-0.1.1.ebuild b/app-text/libabw/libabw-0.1.1.ebuild
index 617c9c18aad..a1015d7310f 100644
--- a/app-text/libabw/libabw-0.1.1.ebuild
+++ b/app-text/libabw/libabw-0.1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit autotools
+inherit autotools flag-o-matic
DESCRIPTION="Library parsing abiword documents"
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libabw"
@@ -39,6 +39,9 @@ src_prepare() {
}
src_configure() {
+ # bug 619470
+ append-cxxflags -std=c++14
+
econf \
--disable-werror \
$(use_with doc docs) \
diff --git a/app-text/libabw/libabw-0.1.2.ebuild b/app-text/libabw/libabw-0.1.2.ebuild
index 9db45bfc4cf..b9c4771fff7 100644
--- a/app-text/libabw/libabw-0.1.2.ebuild
+++ b/app-text/libabw/libabw-0.1.2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-inherit autotools
+inherit autotools flag-o-matic
DESCRIPTION="Library parsing abiword documents"
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libabw"
@@ -32,6 +32,9 @@ src_prepare() {
}
src_configure() {
+ # bug 619470
+ append-cxxflags -std=c++14
+
econf \
--disable-werror \
$(use_with doc docs) \
next reply other threads:[~2018-02-19 19:43 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-19 19:42 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-08 21:41 [gentoo-commits] repo/gentoo:master commit in: app-text/libabw/ Andreas Sturmlechner
2025-05-08 21:41 Andreas Sturmlechner
2022-03-25 13:55 Jakov Smolić
2019-11-08 20:34 Andreas Sturmlechner
2019-11-08 20:31 Aaron Bauman
2019-10-28 8:38 Agostino Sarubbo
2019-10-27 23:20 Thomas Deutschmann
2019-09-12 20:27 Andreas Sturmlechner
2019-07-30 21:39 Aaron Bauman
2018-09-19 18:35 Matt Turner
2018-05-29 11:17 Thomas Deutschmann
2018-05-22 16:42 Mikle Kolyada
2018-01-07 9:55 Andreas Sturmlechner
2017-11-10 20:34 Andreas Sturmlechner
2016-12-17 15:57 Andreas Hüttel
2016-07-03 20:27 Andreas Hüttel
2016-04-16 20:18 Andreas Hüttel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1519069199.4854a7de6a7a43a0a3bb86468df1cfea512ec656.soap@gentoo \
--to=soap@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox