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) \
