From: Ulrich Müller Date: Sat, 2 May 2020 11:16:58 +0000 (+0200) Subject: dev-lang/ruby: Remove SuperH conditionals. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d013616188985ea4484d407c988d988fa3ac7c2c;p=gentoo.git dev-lang/ruby: Remove SuperH conditionals. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Ulrich Müller --- 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