commit: 14cf309856e5a5a3d5443f33044d9d798a455887 Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org> AuthorDate: Wed May 19 06:27:09 2021 +0000 Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org> CommitDate: Wed May 19 06:31:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14cf3098
app-text/aiksaurus: use C++14 for build Closes: https://bugs.gentoo.org/787899 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org> app-text/aiksaurus/aiksaurus-1.2.1-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-text/aiksaurus/aiksaurus-1.2.1-r1.ebuild b/app-text/aiksaurus/aiksaurus-1.2.1-r1.ebuild index 9b41a9721e5..3bc1986d9ba 100644 --- a/app-text/aiksaurus/aiksaurus-1.2.1-r1.ebuild +++ b/app-text/aiksaurus/aiksaurus-1.2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -32,6 +32,8 @@ src_prepare() { src_configure() { filter-flags -fno-exceptions + # bug 787899 + append-cxxflags -std=gnu++14 econf $(use_with gtk) }
