From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B1E4158042 for ; Sat, 9 Nov 2024 08:14:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECB4AE0788; Sat, 9 Nov 2024 08:14:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6D18E0788 for ; Sat, 9 Nov 2024 08:14:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27CAC33BEE9 for ; Sat, 9 Nov 2024 08:14:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8C231953 for ; Sat, 9 Nov 2024 08:14:11 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1731140016.15c0330e55d13576e929bbb36f2bb699bb4ca36e.kangie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ruby/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/ruby/ruby-3.2.4-r2.ebuild dev-lang/ruby/ruby-3.2.4-r3.ebuild dev-lang/ruby/ruby-3.2.5-r1.ebuild dev-lang/ruby/ruby-3.2.6-r1.ebuild X-VCS-Directories: dev-lang/ruby/ X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 15c0330e55d13576e929bbb36f2bb699bb4ca36e X-VCS-Branch: master Date: Sat, 9 Nov 2024 08:14:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 48edfff1-b432-4ee2-af0a-88118fa39c7f X-Archives-Hash: b81fdafb0f0d85fb1446f0d4ebf0afb4 commit: 15c0330e55d13576e929bbb36f2bb699bb4ca36e Author: Matt Jolly gentoo org> AuthorDate: Sat Nov 9 08:11:11 2024 +0000 Commit: Matt Jolly gentoo 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 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