Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ruby/
Date: Sat, 02 May 2020 11:35:29
Message-Id: 1588418936.d013616188985ea4484d407c988d988fa3ac7c2c.ulm@gentoo
1 commit: d013616188985ea4484d407c988d988fa3ac7c2c
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 2 11:16:58 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat May 2 11:28:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0136161
7
8 dev-lang/ruby: Remove SuperH conditionals.
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 dev-lang/ruby/ruby-2.4.10.ebuild | 2 --
14 dev-lang/ruby/ruby-2.5.8.ebuild | 2 --
15 dev-lang/ruby/ruby-2.6.6-r1.ebuild | 2 --
16 dev-lang/ruby/ruby-2.6.6.ebuild | 2 --
17 dev-lang/ruby/ruby-2.7.1-r1.ebuild | 2 --
18 dev-lang/ruby/ruby-2.7.1.ebuild | 2 --
19 6 files changed, 12 deletions(-)
20
21 diff --git a/dev-lang/ruby/ruby-2.4.10.ebuild b/dev-lang/ruby/ruby-2.4.10.ebuild
22 index 0d4a2f3a9dc..7ea93eb0344 100644
23 --- a/dev-lang/ruby/ruby-2.4.10.ebuild
24 +++ b/dev-lang/ruby/ruby-2.4.10.ebuild
25 @@ -90,8 +90,6 @@ src_configure() {
26 # In many places aliasing rules are broken; play it safe
27 # as it's risky with newer compilers to leave it as it is.
28 append-flags -fno-strict-aliasing
29 - # SuperH needs this
30 - use sh && append-flags -mieee
31
32 # Socks support via dante
33 if use socks5 ; then
34
35 diff --git a/dev-lang/ruby/ruby-2.5.8.ebuild b/dev-lang/ruby/ruby-2.5.8.ebuild
36 index f74498bf13c..e722111acf8 100644
37 --- a/dev-lang/ruby/ruby-2.5.8.ebuild
38 +++ b/dev-lang/ruby/ruby-2.5.8.ebuild
39 @@ -85,8 +85,6 @@ src_configure() {
40 # In many places aliasing rules are broken; play it safe
41 # as it's risky with newer compilers to leave it as it is.
42 append-flags -fno-strict-aliasing
43 - # SuperH needs this
44 - use sh && append-flags -mieee
45
46 # Socks support via dante
47 if use socks5 ; then
48
49 diff --git a/dev-lang/ruby/ruby-2.6.6-r1.ebuild b/dev-lang/ruby/ruby-2.6.6-r1.ebuild
50 index 6a89a6a0f4b..7a67e1a482c 100644
51 --- a/dev-lang/ruby/ruby-2.6.6-r1.ebuild
52 +++ b/dev-lang/ruby/ruby-2.6.6-r1.ebuild
53 @@ -88,8 +88,6 @@ src_configure() {
54 # In many places aliasing rules are broken; play it safe
55 # as it's risky with newer compilers to leave it as it is.
56 append-flags -fno-strict-aliasing
57 - # SuperH needs this
58 - use sh && append-flags -mieee
59
60 # Socks support via dante
61 if use socks5 ; then
62
63 diff --git a/dev-lang/ruby/ruby-2.6.6.ebuild b/dev-lang/ruby/ruby-2.6.6.ebuild
64 index 921aad60f88..e7c55656994 100644
65 --- a/dev-lang/ruby/ruby-2.6.6.ebuild
66 +++ b/dev-lang/ruby/ruby-2.6.6.ebuild
67 @@ -88,8 +88,6 @@ src_configure() {
68 # In many places aliasing rules are broken; play it safe
69 # as it's risky with newer compilers to leave it as it is.
70 append-flags -fno-strict-aliasing
71 - # SuperH needs this
72 - use sh && append-flags -mieee
73
74 # Socks support via dante
75 if use socks5 ; then
76
77 diff --git a/dev-lang/ruby/ruby-2.7.1-r1.ebuild b/dev-lang/ruby/ruby-2.7.1-r1.ebuild
78 index 1c5b95241d8..c1b75c35766 100644
79 --- a/dev-lang/ruby/ruby-2.7.1-r1.ebuild
80 +++ b/dev-lang/ruby/ruby-2.7.1-r1.ebuild
81 @@ -91,8 +91,6 @@ src_configure() {
82 # In many places aliasing rules are broken; play it safe
83 # as it's risky with newer compilers to leave it as it is.
84 append-flags -fno-strict-aliasing
85 - # SuperH needs this
86 - use sh && append-flags -mieee
87
88 # Socks support via dante
89 if use socks5 ; then
90
91 diff --git a/dev-lang/ruby/ruby-2.7.1.ebuild b/dev-lang/ruby/ruby-2.7.1.ebuild
92 index bd2dd1fd6f2..49b0ce2ee2e 100644
93 --- a/dev-lang/ruby/ruby-2.7.1.ebuild
94 +++ b/dev-lang/ruby/ruby-2.7.1.ebuild
95 @@ -91,8 +91,6 @@ src_configure() {
96 # In many places aliasing rules are broken; play it safe
97 # as it's risky with newer compilers to leave it as it is.
98 append-flags -fno-strict-aliasing
99 - # SuperH needs this
100 - use sh && append-flags -mieee
101
102 # Socks support via dante
103 if use socks5 ; then