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 33ADE1382C5 for ; Mon, 10 May 2021 12:50:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8090AE079E; Mon, 10 May 2021 12:50:27 +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 63BAAE079E for ; Mon, 10 May 2021 12:50:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2D86033BE54 for ; Mon, 10 May 2021 12:50:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A46994D2 for ; Mon, 10 May 2021 12:50:24 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1620651016.52e344abd9cb435ff4bf7d276d576aa2cac1be13.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/giac/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/giac/Manifest sci-mathematics/giac/giac-1.7.0.1.ebuild sci-mathematics/giac/giac-1.7.0.5.ebuild X-VCS-Directories: sci-mathematics/giac/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 52e344abd9cb435ff4bf7d276d576aa2cac1be13 X-VCS-Branch: master Date: Mon, 10 May 2021 12:50:24 +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: 1435e268-1d3f-479b-868a-d5bbe8bf7483 X-Archives-Hash: 3f08f4b8f62fcfb5182508c97cbfea29 commit: 52e344abd9cb435ff4bf7d276d576aa2cac1be13 Author: Michael Orlitzky gentoo org> AuthorDate: Sun May 9 11:28:47 2021 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Mon May 10 12:50:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52e344ab sci-mathematics/giac: new minor version 1.7.0.5 with forced c++14. Supporting c++17 (the new default in gcc-11) upstream will probably take some time; for now we just append-cxxflags -std=c++14. Closes: https://bugs.gentoo.org/788283 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Michael Orlitzky gentoo.org> sci-mathematics/giac/Manifest | 2 +- sci-mathematics/giac/{giac-1.7.0.1.ebuild => giac-1.7.0.5.ebuild} | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sci-mathematics/giac/Manifest b/sci-mathematics/giac/Manifest index a0c47413436..dba7ba2106a 100644 --- a/sci-mathematics/giac/Manifest +++ b/sci-mathematics/giac/Manifest @@ -1 +1 @@ -DIST giac_1.7.0-1.tar.gz 82118267 BLAKE2B a9bb4cb260bfc7ba187907d054c737aa8f5de7baf132913dac2a054e886ec632d9077a52fb1e837a1db623223199592407734857725ee4b22c775f928893bb9d SHA512 05565ee22f4d81a4149935df9a32dc78ac07d06db1555a3d951169d184c746c61cd4d57407eabeb982fb8cb5b4a82726b5a553e6a9e689517a241eb0a8726929 +DIST giac_1.7.0-5.tar.gz 82481999 BLAKE2B b322c7008fc6fd687ef11355d3c1dfe48abdbbff6415968d4476dd7760e03f5d174e2ab88f87d638a77c16762d977b5e211b54a71529cf65af0ad4c7d6d16403 SHA512 39e0d1fca0497365ddebe9eba871bbcff790cbcb33f2a61bfbf0e018f300d7429eee7d97a446f0cbb45f2e8abe3af4ed77e3c58a74e919b9f907959f270df355 diff --git a/sci-mathematics/giac/giac-1.7.0.1.ebuild b/sci-mathematics/giac/giac-1.7.0.5.ebuild similarity index 98% rename from sci-mathematics/giac/giac-1.7.0.1.ebuild rename to sci-mathematics/giac/giac-1.7.0.5.ebuild index 53d532f38e0..8dcab375adc 100644 --- a/sci-mathematics/giac/giac-1.7.0.1.ebuild +++ b/sci-mathematics/giac/giac-1.7.0.5.ebuild @@ -66,6 +66,8 @@ src_prepare() { } src_configure() { + append-cxxflags -std=c++14 # bug 788283 + if use gui; then append-cppflags -I$(fltk-config --includedir) append-lfs-flags