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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 86BF2158090 for ; Fri, 6 May 2022 07:16:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C75BEE08A2; Fri, 6 May 2022 07:16:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A68CDE08A2 for ; Fri, 6 May 2022 07:16:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9ADC34171D for ; Fri, 6 May 2022 07:16:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57BDA287 for ; Fri, 6 May 2022 07:16:15 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1651821367.bf002a9d18d52d5bbc20e0af5a88aa5b773a7ef3.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/cfortran/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/cfortran/cfortran-20110621.ebuild dev-lang/cfortran/cfortran-20210827.ebuild X-VCS-Directories: dev-lang/cfortran/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: bf002a9d18d52d5bbc20e0af5a88aa5b773a7ef3 X-VCS-Branch: master Date: Fri, 6 May 2022 07:16:15 +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: 11ed5795-2b6a-4837-92cd-cde89e7cc607 X-Archives-Hash: 0fbf1747f05d9e7f086a890569ca1f68 commit: bf002a9d18d52d5bbc20e0af5a88aa5b773a7ef3 Author: Arthur Zamarin gentoo org> AuthorDate: Fri May 6 07:15:43 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri May 6 07:16:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf002a9d dev-lang/cfortran: add bug tags Signed-off-by: Arthur Zamarin gentoo.org> dev-lang/cfortran/cfortran-20110621.ebuild | 4 ++-- dev-lang/cfortran/cfortran-20210827.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-lang/cfortran/cfortran-20110621.ebuild b/dev-lang/cfortran/cfortran-20110621.ebuild index a65b62346134..9a624c62ccf7 100644 --- a/dev-lang/cfortran/cfortran-20110621.ebuild +++ b/dev-lang/cfortran/cfortran-20110621.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -39,7 +39,7 @@ src_prepare() { } src_configure() { - use sparc && append-fflags $(test-flags-FC -fno-store-merging -fno-tree-slp-vectorize) + use sparc && append-fflags $(test-flags-FC -fno-store-merging -fno-tree-slp-vectorize) # bug 818400 default } diff --git a/dev-lang/cfortran/cfortran-20210827.ebuild b/dev-lang/cfortran/cfortran-20210827.ebuild index f249a3467338..9639036d2826 100644 --- a/dev-lang/cfortran/cfortran-20210827.ebuild +++ b/dev-lang/cfortran/cfortran-20210827.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -40,7 +40,7 @@ src_prepare() { } src_configure() { - use sparc && append-fflags $(test-flags-FC -fno-store-merging -fno-tree-slp-vectorize) + use sparc && append-fflags $(test-flags-FC -fno-store-merging -fno-tree-slp-vectorize) # bug 818400 default }