commit:     2674d8d5720f7e45851a8323a2a33dfb37a7eb1d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 21 07:59:48 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 21 08:00:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2674d8d5

media-gfx/krita: Fix build with boost-1.73.0

Closes: https://bugs.gentoo.org/728744
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/krita/krita-4.3.0.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/media-gfx/krita/krita-4.3.0.ebuild 
b/media-gfx/krita/krita-4.3.0.ebuild
index 2bd200f968e..55f079f7482 100644
--- a/media-gfx/krita/krita-4.3.0.ebuild
+++ b/media-gfx/krita/krita-4.3.0.ebuild
@@ -98,6 +98,11 @@ pkg_setup() {
        ecm_pkg_setup
 }
 
+src_prepare() {
+       ecm_src_prepare
+       sed -e "/CMAKE_CXX_STANDARD/s/11/14/" -i CMakeLists.txt || die
+}
+
 src_configure() {
        # Prevent sandbox violation from FindPyQt5.py module
        # See Gentoo-bug 655918

Reply via email to