commit:     15c0330e55d13576e929bbb36f2bb699bb4ca36e
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  9 08:11:11 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Sat Nov  9 08:13:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c0330e

dev-lang/ruby: finish dropping USE ipv6

The IUSE was accidentally dropped during package QA tidyup.
Instead of restoring it we will drop it as superfluous;
the fix it applies should not hurt anything and is now
unconditional.

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 dev-lang/ruby/ruby-3.2.4-r2.ebuild | 2 +-
 dev-lang/ruby/ruby-3.2.4-r3.ebuild | 2 +-
 dev-lang/ruby/ruby-3.2.5-r1.ebuild | 2 +-
 dev-lang/ruby/ruby-3.2.6-r1.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lang/ruby/ruby-3.2.4-r2.ebuild 
b/dev-lang/ruby/ruby-3.2.4-r2.ebuild
index 7d109feb42c6..229a1aacf8e0 100644
--- a/dev-lang/ruby/ruby-3.2.4-r2.ebuild
+++ b/dev-lang/ruby/ruby-3.2.4-r2.ebuild
@@ -186,7 +186,7 @@ src_configure() {
        fi
 
        # ipv6 hack, bug 168939. Needs --enable-ipv6.
-       use ipv6 || myconf="${myconf} --with-lookup-order-hack=INET"
+       myconf="${myconf} --with-lookup-order-hack=INET"
 
        # Determine which modules *not* to build depending in the USE flags.
        if ! use berkdb ; then

diff --git a/dev-lang/ruby/ruby-3.2.4-r3.ebuild 
b/dev-lang/ruby/ruby-3.2.4-r3.ebuild
index 76287f2c4584..1fd84f4d54ed 100644
--- a/dev-lang/ruby/ruby-3.2.4-r3.ebuild
+++ b/dev-lang/ruby/ruby-3.2.4-r3.ebuild
@@ -190,7 +190,7 @@ src_configure() {
        fi
 
        # ipv6 hack, bug 168939. Needs --enable-ipv6.
-       use ipv6 || myconf="${myconf} --with-lookup-order-hack=INET"
+       myconf="${myconf} --with-lookup-order-hack=INET"
 
        # Determine which modules *not* to build depending in the USE flags.
        if ! use berkdb ; then

diff --git a/dev-lang/ruby/ruby-3.2.5-r1.ebuild 
b/dev-lang/ruby/ruby-3.2.5-r1.ebuild
index 51a1833e9b4f..8216cc259a34 100644
--- a/dev-lang/ruby/ruby-3.2.5-r1.ebuild
+++ b/dev-lang/ruby/ruby-3.2.5-r1.ebuild
@@ -173,7 +173,7 @@ src_configure() {
        fi
 
        # ipv6 hack, bug 168939. Needs --enable-ipv6.
-       use ipv6 || myconf="${myconf} --with-lookup-order-hack=INET"
+       myconf="${myconf} --with-lookup-order-hack=INET"
 
        # Determine which modules *not* to build depending in the USE flags.
        if ! use berkdb ; then

diff --git a/dev-lang/ruby/ruby-3.2.6-r1.ebuild 
b/dev-lang/ruby/ruby-3.2.6-r1.ebuild
index 74fa2ffc9b24..c5c91c8a1c6c 100644
--- a/dev-lang/ruby/ruby-3.2.6-r1.ebuild
+++ b/dev-lang/ruby/ruby-3.2.6-r1.ebuild
@@ -173,7 +173,7 @@ src_configure() {
        fi
 
        # ipv6 hack, bug 168939. Needs --enable-ipv6.
-       use ipv6 || myconf="${myconf} --with-lookup-order-hack=INET"
+       myconf="${myconf} --with-lookup-order-hack=INET"
 
        # Determine which modules *not* to build depending in the USE flags.
        if ! use berkdb ; then

Reply via email to