summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-05-06 10:15:43 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-05-06 10:16:07 +0300
commitbf002a9d18d52d5bbc20e0af5a88aa5b773a7ef3 (patch)
tree1819ec1f0713a5a98c9a07e4168f0d9012976f27 /dev-lang
parentdev-ruby/gpgme: enable ruby31 (diff)
downloadgentoo-bf002a9d18d52d5bbc20e0af5a88aa5b773a7ef3.tar.gz
gentoo-bf002a9d18d52d5bbc20e0af5a88aa5b773a7ef3.tar.bz2
gentoo-bf002a9d18d52d5bbc20e0af5a88aa5b773a7ef3.zip
dev-lang/cfortran: add bug tags
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/cfortran/cfortran-20110621.ebuild4
-rw-r--r--dev-lang/cfortran/cfortran-20210827.ebuild4
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
}