public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/writerperfect/
Date: Sat, 26 May 2018 12:23:02 +0000 (UTC)	[thread overview]
Message-ID: <1527337342.0f110559dfd98323815334de292721ce266f0c33.soap@gentoo> (raw)

commit:     0f110559dfd98323815334de292721ce266f0c33
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 11:13:16 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 26 12:22:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f110559

app-text/writerperfect: Force C++11

Closes: https://bugs.gentoo.org/651620
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-text/writerperfect/writerperfect-0.9.5.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/app-text/writerperfect/writerperfect-0.9.5.ebuild b/app-text/writerperfect/writerperfect-0.9.5.ebuild
index c5ac9ccae9d..ebcd8a97035 100644
--- a/app-text/writerperfect/writerperfect-0.9.5.ebuild
+++ b/app-text/writerperfect/writerperfect-0.9.5.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
+inherit flag-o-matic
+
 DESCRIPTION="Various formats to Open document format converter"
 HOMEPAGE="http://libwpd.sf.net"
 SRC_URI="mirror://sourceforge/libwpd/${P}.tar.xz"
@@ -41,6 +43,9 @@ REQUIRED_USE="
 # configure fails if no import library is selected...
 
 src_configure() {
+	# bug 651620
+	append-cxxflags -std=c++11
+
 	econf \
 		--disable-werror \
 		$(use_enable debug) \


             reply	other threads:[~2018-05-26 12:23 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-26 12:23 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-03-25 13:55 [gentoo-commits] repo/gentoo:master commit in: app-text/writerperfect/ Jakov Smolić
2019-06-20 10:37 Andreas Sturmlechner
2019-06-18 18:24 Thomas Deutschmann
2019-06-09 20:16 Mikle Kolyada
2019-04-06 14:51 Andreas Sturmlechner
2016-12-31 15:08 Andreas Hüttel
2016-12-24 10:47 Aaron Bauman
2016-12-03 22:53 Andreas Hüttel
2016-11-12 23:28 Andreas Hüttel
2016-11-12 23:22 Andreas Hüttel
2016-07-03 20:27 Andreas Hüttel
2016-03-19 21:39 Andreas Hüttel
2016-03-19 21:39 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=1527337342.0f110559dfd98323815334de292721ce266f0c33.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