diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-05-02 13:16:58 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-05-02 13:28:56 +0200 |
commit | d013616188985ea4484d407c988d988fa3ac7c2c (patch) | |
tree | 408a22576ae53af1309660c3193b95d5a9eeb5f9 /dev-lang/ruby | |
parent | net-dns/rbldnsd: prune the version with the python-2.7 test suite. (diff) | |
download | gentoo-d013616188985ea4484d407c988d988fa3ac7c2c.tar.gz gentoo-d013616188985ea4484d407c988d988fa3ac7c2c.tar.bz2 gentoo-d013616188985ea4484d407c988d988fa3ac7c2c.zip |
dev-lang/ruby: Remove SuperH conditionals.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dev-lang/ruby')
-rw-r--r-- | dev-lang/ruby/ruby-2.4.10.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/ruby/ruby-2.5.8.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/ruby/ruby-2.6.6-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/ruby/ruby-2.6.6.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/ruby/ruby-2.7.1-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/ruby/ruby-2.7.1.ebuild | 2 |
6 files changed, 0 insertions, 12 deletions
diff --git a/dev-lang/ruby/ruby-2.4.10.ebuild b/dev-lang/ruby/ruby-2.4.10.ebuild index 0d4a2f3a9dcc..7ea93eb0344f 100644 --- a/dev-lang/ruby/ruby-2.4.10.ebuild +++ b/dev-lang/ruby/ruby-2.4.10.ebuild @@ -90,8 +90,6 @@ src_configure() { # In many places aliasing rules are broken; play it safe # as it's risky with newer compilers to leave it as it is. append-flags -fno-strict-aliasing - # SuperH needs this - use sh && append-flags -mieee # Socks support via dante if use socks5 ; then diff --git a/dev-lang/ruby/ruby-2.5.8.ebuild b/dev-lang/ruby/ruby-2.5.8.ebuild index f74498bf13c4..e722111acf8c 100644 --- a/dev-lang/ruby/ruby-2.5.8.ebuild +++ b/dev-lang/ruby/ruby-2.5.8.ebuild @@ -85,8 +85,6 @@ src_configure() { # In many places aliasing rules are broken; play it safe # as it's risky with newer compilers to leave it as it is. append-flags -fno-strict-aliasing - # SuperH needs this - use sh && append-flags -mieee # Socks support via dante if use socks5 ; then diff --git a/dev-lang/ruby/ruby-2.6.6-r1.ebuild b/dev-lang/ruby/ruby-2.6.6-r1.ebuild index 6a89a6a0f4b5..7a67e1a482c5 100644 --- a/dev-lang/ruby/ruby-2.6.6-r1.ebuild +++ b/dev-lang/ruby/ruby-2.6.6-r1.ebuild @@ -88,8 +88,6 @@ src_configure() { # In many places aliasing rules are broken; play it safe # as it's risky with newer compilers to leave it as it is. append-flags -fno-strict-aliasing - # SuperH needs this - use sh && append-flags -mieee # Socks support via dante if use socks5 ; then diff --git a/dev-lang/ruby/ruby-2.6.6.ebuild b/dev-lang/ruby/ruby-2.6.6.ebuild index 921aad60f88c..e7c55656994f 100644 --- a/dev-lang/ruby/ruby-2.6.6.ebuild +++ b/dev-lang/ruby/ruby-2.6.6.ebuild @@ -88,8 +88,6 @@ src_configure() { # In many places aliasing rules are broken; play it safe # as it's risky with newer compilers to leave it as it is. append-flags -fno-strict-aliasing - # SuperH needs this - use sh && append-flags -mieee # Socks support via dante if use socks5 ; then diff --git a/dev-lang/ruby/ruby-2.7.1-r1.ebuild b/dev-lang/ruby/ruby-2.7.1-r1.ebuild index 1c5b95241d8f..c1b75c35766f 100644 --- a/dev-lang/ruby/ruby-2.7.1-r1.ebuild +++ b/dev-lang/ruby/ruby-2.7.1-r1.ebuild @@ -91,8 +91,6 @@ src_configure() { # In many places aliasing rules are broken; play it safe # as it's risky with newer compilers to leave it as it is. append-flags -fno-strict-aliasing - # SuperH needs this - use sh && append-flags -mieee # Socks support via dante if use socks5 ; then diff --git a/dev-lang/ruby/ruby-2.7.1.ebuild b/dev-lang/ruby/ruby-2.7.1.ebuild index bd2dd1fd6f27..49b0ce2ee2e1 100644 --- a/dev-lang/ruby/ruby-2.7.1.ebuild +++ b/dev-lang/ruby/ruby-2.7.1.ebuild @@ -91,8 +91,6 @@ src_configure() { # In many places aliasing rules are broken; play it safe # as it's risky with newer compilers to leave it as it is. append-flags -fno-strict-aliasing - # SuperH needs this - use sh && append-flags -mieee # Socks support via dante if use socks5 ; then |