From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 498491382C5 for ; Sun, 21 Jun 2020 08:00:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58CDEE0917; Sun, 21 Jun 2020 08:00:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BC33E0917 for ; Sun, 21 Jun 2020 08:00:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E896D34F9B7 for ; Sun, 21 Jun 2020 08:00:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 205B9253 for ; Sun, 21 Jun 2020 08:00:23 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1592726407.2674d8d5720f7e45851a8323a2a33dfb37a7eb1d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/krita/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/krita/krita-4.3.0.ebuild X-VCS-Directories: media-gfx/krita/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2674d8d5720f7e45851a8323a2a33dfb37a7eb1d X-VCS-Branch: master Date: Sun, 21 Jun 2020 08:00:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a153c584-0867-46c0-9ed9-6a7b29809645 X-Archives-Hash: 9c82b645396f9508dd5410fee153c637 commit: 2674d8d5720f7e45851a8323a2a33dfb37a7eb1d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 21 07:59:48 2020 +0000 Commit: Andreas Sturmlechner gentoo 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 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