Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/cfortran/
Date: Fri, 06 May 2022 07:16:18
Message-Id: 1651821367.bf002a9d18d52d5bbc20e0af5a88aa5b773a7ef3.arthurzam@gentoo
1 commit: bf002a9d18d52d5bbc20e0af5a88aa5b773a7ef3
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 6 07:15:43 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 07:16:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf002a9d
7
8 dev-lang/cfortran: add bug tags
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-lang/cfortran/cfortran-20110621.ebuild | 4 ++--
13 dev-lang/cfortran/cfortran-20210827.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-lang/cfortran/cfortran-20110621.ebuild b/dev-lang/cfortran/cfortran-20110621.ebuild
17 index a65b62346134..9a624c62ccf7 100644
18 --- a/dev-lang/cfortran/cfortran-20110621.ebuild
19 +++ b/dev-lang/cfortran/cfortran-20110621.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=8
26 @@ -39,7 +39,7 @@ src_prepare() {
27 }
28
29 src_configure() {
30 - use sparc && append-fflags $(test-flags-FC -fno-store-merging -fno-tree-slp-vectorize)
31 + use sparc && append-fflags $(test-flags-FC -fno-store-merging -fno-tree-slp-vectorize) # bug 818400
32 default
33 }
34
35
36 diff --git a/dev-lang/cfortran/cfortran-20210827.ebuild b/dev-lang/cfortran/cfortran-20210827.ebuild
37 index f249a3467338..9639036d2826 100644
38 --- a/dev-lang/cfortran/cfortran-20210827.ebuild
39 +++ b/dev-lang/cfortran/cfortran-20210827.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2021 Gentoo Authors
42 +# Copyright 1999-2022 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=8
46 @@ -40,7 +40,7 @@ src_prepare() {
47 }
48
49 src_configure() {
50 - use sparc && append-fflags $(test-flags-FC -fno-store-merging -fno-tree-slp-vectorize)
51 + use sparc && append-fflags $(test-flags-FC -fno-store-merging -fno-tree-slp-vectorize) # bug 818400
52 default
53 }