Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/seamonkey/
Date: Tue, 17 May 2022 05:34:53
Message-Id: 1652765627.4213f80c15edcc5a13a45365f0a4d1451e25fdc6.sam@gentoo
1 commit: 4213f80c15edcc5a13a45365f0a4d1451e25fdc6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 01:36:40 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 05:33:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4213f80c
7
8 www-client/seamonkey: [QA] drop (very) stale GCC version checks
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 www-client/seamonkey/seamonkey-2.53.10.2.ebuild | 8 ++------
13 www-client/seamonkey/seamonkey-2.53.11-r1.ebuild | 8 ++------
14 www-client/seamonkey/seamonkey-2.53.11.1.ebuild | 8 ++------
15 www-client/seamonkey/seamonkey-2.53.11.ebuild | 8 ++------
16 www-client/seamonkey/seamonkey-2.53.12.ebuild | 8 ++------
17 5 files changed, 10 insertions(+), 30 deletions(-)
18
19 diff --git a/www-client/seamonkey/seamonkey-2.53.10.2.ebuild b/www-client/seamonkey/seamonkey-2.53.10.2.ebuild
20 index c1939cdc34af..3130f3e3415d 100644
21 --- a/www-client/seamonkey/seamonkey-2.53.10.2.ebuild
22 +++ b/www-client/seamonkey/seamonkey-2.53.10.2.ebuild
23 @@ -417,12 +417,8 @@ src_configure() {
24 # Work around breakage in makeopts with --no-print-directory
25 MAKEOPTS="${MAKEOPTS/--no-print-directory/}"
26
27 - if [[ $(gcc-major-version) -lt 4 ]] ; then
28 - append-cxxflags -fno-stack-protector
29 - elif [[ $(gcc-major-version) -gt 4 || $(gcc-minor-version) -gt 3 ]] ; then
30 - if use amd64 || use x86 ; then
31 - append-flags -mno-avx
32 - fi
33 + if use amd64 || use x86 ; then
34 + append-flags -mno-avx
35 fi
36
37 # Pass $MAKEOPTS to build system
38
39 diff --git a/www-client/seamonkey/seamonkey-2.53.11-r1.ebuild b/www-client/seamonkey/seamonkey-2.53.11-r1.ebuild
40 index 4531930e5823..8a2cdf1342d5 100644
41 --- a/www-client/seamonkey/seamonkey-2.53.11-r1.ebuild
42 +++ b/www-client/seamonkey/seamonkey-2.53.11-r1.ebuild
43 @@ -412,12 +412,8 @@ src_configure() {
44 # Work around breakage in makeopts with --no-print-directory
45 MAKEOPTS="${MAKEOPTS/--no-print-directory/}"
46
47 - if [[ $(gcc-major-version) -lt 4 ]] ; then
48 - append-cxxflags -fno-stack-protector
49 - elif [[ $(gcc-major-version) -gt 4 || $(gcc-minor-version) -gt 3 ]] ; then
50 - if use amd64 || use x86 ; then
51 - append-flags -mno-avx
52 - fi
53 + if use amd64 || use x86 ; then
54 + append-flags -mno-avx
55 fi
56
57 # Pass $MAKEOPTS to build system
58
59 diff --git a/www-client/seamonkey/seamonkey-2.53.11.1.ebuild b/www-client/seamonkey/seamonkey-2.53.11.1.ebuild
60 index 5c0ce76e2ae5..ac5f98b6292b 100644
61 --- a/www-client/seamonkey/seamonkey-2.53.11.1.ebuild
62 +++ b/www-client/seamonkey/seamonkey-2.53.11.1.ebuild
63 @@ -402,12 +402,8 @@ src_configure() {
64 # Work around breakage in makeopts with --no-print-directory
65 MAKEOPTS="${MAKEOPTS/--no-print-directory/}"
66
67 - if [[ $(gcc-major-version) -lt 4 ]] ; then
68 - append-cxxflags -fno-stack-protector
69 - elif [[ $(gcc-major-version) -gt 4 || $(gcc-minor-version) -gt 3 ]] ; then
70 - if use amd64 || use x86 ; then
71 - append-flags -mno-avx
72 - fi
73 + if use amd64 || use x86 ; then
74 + append-flags -mno-avx
75 fi
76
77 # Pass $MAKEOPTS to build system
78
79 diff --git a/www-client/seamonkey/seamonkey-2.53.11.ebuild b/www-client/seamonkey/seamonkey-2.53.11.ebuild
80 index f320a3cdd924..65bb9d6ae249 100644
81 --- a/www-client/seamonkey/seamonkey-2.53.11.ebuild
82 +++ b/www-client/seamonkey/seamonkey-2.53.11.ebuild
83 @@ -412,12 +412,8 @@ src_configure() {
84 # Work around breakage in makeopts with --no-print-directory
85 MAKEOPTS="${MAKEOPTS/--no-print-directory/}"
86
87 - if [[ $(gcc-major-version) -lt 4 ]] ; then
88 - append-cxxflags -fno-stack-protector
89 - elif [[ $(gcc-major-version) -gt 4 || $(gcc-minor-version) -gt 3 ]] ; then
90 - if use amd64 || use x86 ; then
91 - append-flags -mno-avx
92 - fi
93 + if use amd64 || use x86 ; then
94 + append-flags -mno-avx
95 fi
96
97 # Pass $MAKEOPTS to build system
98
99 diff --git a/www-client/seamonkey/seamonkey-2.53.12.ebuild b/www-client/seamonkey/seamonkey-2.53.12.ebuild
100 index 7c8b09e81cbe..e5f780401623 100644
101 --- a/www-client/seamonkey/seamonkey-2.53.12.ebuild
102 +++ b/www-client/seamonkey/seamonkey-2.53.12.ebuild
103 @@ -433,12 +433,8 @@ src_configure() {
104 # Work around breakage in makeopts with --no-print-directory
105 MAKEOPTS="${MAKEOPTS/--no-print-directory/}"
106
107 - if [[ $(gcc-major-version) -lt 4 ]] ; then
108 - append-cxxflags -fno-stack-protector
109 - elif [[ $(gcc-major-version) -gt 4 || $(gcc-minor-version) -gt 3 ]] ; then
110 - if use amd64 || use x86 ; then
111 - append-flags -mno-avx
112 - fi
113 + if use amd64 || use x86 ; then
114 + append-flags -mno-avx
115 fi
116
117 # Pass $MAKEOPTS to build system