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 29389139337 for ; Tue, 27 Jul 2021 20:35:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65CF7E087C; Tue, 27 Jul 2021 20:35:43 +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 3FBE4E0869 for ; Tue, 27 Jul 2021 20:35:43 +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 57FAB335E2E for ; Tue, 27 Jul 2021 20:35:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3BE575F for ; Tue, 27 Jul 2021 20:35:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1627418059.9bada83e359843ce1cbd6dedb4ec78ba056b3223.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gnome-chemistry-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p6.ebuild X-VCS-Directories: sci-chemistry/gnome-chemistry-utils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9bada83e359843ce1cbd6dedb4ec78ba056b3223 X-VCS-Branch: master Date: Tue, 27 Jul 2021 20:35:40 +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: ec23c494-ef54-4764-a259-333080f0c038 X-Archives-Hash: ad84c144fa8ea5b5606c001b6f801bf7 commit: 9bada83e359843ce1cbd6dedb4ec78ba056b3223 Author: Sam James gentoo org> AuthorDate: Tue Jul 27 18:28:08 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jul 27 20:34:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bada83e sci-chemistry/gnome-chemistry-utils: workaround build failure with GCC 11 Closes: https://bugs.gentoo.org/790023 Signed-off-by: Sam James gentoo.org> .../gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p6.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p6.ebuild b/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p6.ebuild index 39ccfb1ca63..c7f9cff1105 100644 --- a/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p6.ebuild +++ b/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools xdg +inherit autotools flag-o-matic xdg DESCRIPTION="Programs and library containing GTK widgets and C++ classes related to chemistry" HOMEPAGE="http://gchemutils.nongnu.org/" @@ -54,6 +54,9 @@ src_prepare() { } src_configure() { + # bug #790023 + append-cxxflags -std=c++14 + # lasem is not in the tree econf \ --without-lasem \