dev-lang/ruby: Remove SuperH conditionals.
authorUlrich Müller <ulm@gentoo.org>
Sat, 2 May 2020 11:16:58 +0000 (13:16 +0200)
committerUlrich Müller <ulm@gentoo.org>
Sat, 2 May 2020 11:28:56 +0000 (13:28 +0200)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
dev-lang/ruby/ruby-2.4.10.ebuild
dev-lang/ruby/ruby-2.5.8.ebuild
dev-lang/ruby/ruby-2.6.6-r1.ebuild
dev-lang/ruby/ruby-2.6.6.ebuild
dev-lang/ruby/ruby-2.7.1-r1.ebuild
dev-lang/ruby/ruby-2.7.1.ebuild

index 0d4a2f3a9dcc03f031aaf660ca9bc8a11e39f987..7ea93eb0344f8ed913035af9b8f45f6dd58c9723 100644 (file)
@@ -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
index f74498bf13c441ece40c3840bd4131b1db7d80e8..e722111acf8c135550c0a41d56b32236175f03ff 100644 (file)
@@ -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
index 6a89a6a0f4b5dfb107beb8d6b7578607bbf4d9a5..7a67e1a482c527c43826538ab172ce4e61931db8 100644 (file)
@@ -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
index 921aad60f88c408d367397845b3af8a0ea02f0b0..e7c55656994fa847f8c3c8bf1248041c50767a29 100644 (file)
@@ -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
index 1c5b95241d8fe97cae2ffe4ca2608defb7955a8f..c1b75c35766f6228ea0064054e31a34658f76cea 100644 (file)
@@ -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
index bd2dd1fd6f27ffe282dbb037e9bb83eb39737dd6..49b0ce2ee2e1b3185799d7e570fc315a515e01f9 100644 (file)
@@ -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