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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7DFC215ACFB for ; Thu, 13 Apr 2023 03:08:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBD79E084A; Thu, 13 Apr 2023 03:08:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 800B6E084A for ; Thu, 13 Apr 2023 03:08:43 +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 76781335C03 for ; Thu, 13 Apr 2023 03:08:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 100DCA1E for ; Thu, 13 Apr 2023 03:08:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1681355193.7687fdea5a352bf4484969e2e676c32e5206457e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/webkit-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/webkit-gtk/webkit-gtk-2.38.5-r410.ebuild net-libs/webkit-gtk/webkit-gtk-2.38.5-r500.ebuild net-libs/webkit-gtk/webkit-gtk-2.38.5.ebuild net-libs/webkit-gtk/webkit-gtk-2.40.0-r410.ebuild net-libs/webkit-gtk/webkit-gtk-2.40.0-r600.ebuild net-libs/webkit-gtk/webkit-gtk-2.40.0.ebuild X-VCS-Directories: net-libs/webkit-gtk/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7687fdea5a352bf4484969e2e676c32e5206457e X-VCS-Branch: master Date: Thu, 13 Apr 2023 03:08:41 +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: 6ea00b21-270a-4233-b724-2f4a7a7ee23c X-Archives-Hash: 1071f723d453a33555b2f980d91d87b4 commit: 7687fdea5a352bf4484969e2e676c32e5206457e Author: Sam James gentoo org> AuthorDate: Thu Apr 13 03:06:33 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 13 03:06:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7687fdea net-libs/webkit-gtk: add usedep default for virtual/rubygems Signed-off-by: Sam James gentoo.org> net-libs/webkit-gtk/webkit-gtk-2.38.5-r410.ebuild | 2 +- net-libs/webkit-gtk/webkit-gtk-2.38.5-r500.ebuild | 2 +- net-libs/webkit-gtk/webkit-gtk-2.38.5.ebuild | 2 +- net-libs/webkit-gtk/webkit-gtk-2.40.0-r410.ebuild | 2 +- net-libs/webkit-gtk/webkit-gtk-2.40.0-r600.ebuild | 2 +- net-libs/webkit-gtk/webkit-gtk-2.40.0.ebuild | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-libs/webkit-gtk/webkit-gtk-2.38.5-r410.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.38.5-r410.ebuild index d36da49abdb9..01bffa90cb34 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.38.5-r410.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.38.5-r410.ebuild @@ -187,7 +187,7 @@ src_configure() { local ruby_interpreter="" local RUBY for rubyimpl in ${USE_RUBY}; do - if has_version -b "virtual/rubygems[ruby_targets_${rubyimpl}]"; then + if has_version -b "virtual/rubygems[ruby_targets_${rubyimpl}(-)]"; then RUBY="$(type -P ${rubyimpl})" ruby_interpreter="-DRUBY_EXECUTABLE=${RUBY}" fi diff --git a/net-libs/webkit-gtk/webkit-gtk-2.38.5-r500.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.38.5-r500.ebuild index 6e59f1ad2650..e57be755e686 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.38.5-r500.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.38.5-r500.ebuild @@ -189,7 +189,7 @@ src_configure() { local ruby_interpreter="" local RUBY for rubyimpl in ${USE_RUBY}; do - if has_version -b "virtual/rubygems[ruby_targets_${rubyimpl}]"; then + if has_version -b "virtual/rubygems[ruby_targets_${rubyimpl}(-)]"; then RUBY="$(type -P ${rubyimpl})" ruby_interpreter="-DRUBY_EXECUTABLE=${RUBY}" fi diff --git a/net-libs/webkit-gtk/webkit-gtk-2.38.5.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.38.5.ebuild index e2f9861228c6..d411b6d3c64e 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.38.5.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.38.5.ebuild @@ -185,7 +185,7 @@ src_configure() { local ruby_interpreter="" local RUBY for rubyimpl in ${USE_RUBY}; do - if has_version -b "virtual/rubygems[ruby_targets_${rubyimpl}]"; then + if has_version -b "virtual/rubygems[ruby_targets_${rubyimpl}(-)]"; then RUBY="$(type -P ${rubyimpl})" ruby_interpreter="-DRUBY_EXECUTABLE=${RUBY}" fi diff --git a/net-libs/webkit-gtk/webkit-gtk-2.40.0-r410.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.40.0-r410.ebuild index 80ebcb3d8538..860f019f8e00 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.40.0-r410.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.40.0-r410.ebuild @@ -176,7 +176,7 @@ src_configure() { local ruby_interpreter="" local RUBY for rubyimpl in ${USE_RUBY}; do - if has_version -b "virtual/rubygems[ruby_targets_${rubyimpl}]"; then + if has_version -b "virtual/rubygems[ruby_targets_${rubyimpl}(-)]"; then RUBY="$(type -P ${rubyimpl})" ruby_interpreter="-DRUBY_EXECUTABLE=${RUBY}" fi diff --git a/net-libs/webkit-gtk/webkit-gtk-2.40.0-r600.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.40.0-r600.ebuild index 4dbf4738cb41..bcec7cd21604 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.40.0-r600.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.40.0-r600.ebuild @@ -177,7 +177,7 @@ src_configure() { local ruby_interpreter="" local RUBY for rubyimpl in ${USE_RUBY}; do - if has_version -b "virtual/rubygems[ruby_targets_${rubyimpl}]"; then + if has_version -b "virtual/rubygems[ruby_targets_${rubyimpl}(-)]"; then RUBY="$(type -P ${rubyimpl})" ruby_interpreter="-DRUBY_EXECUTABLE=${RUBY}" fi diff --git a/net-libs/webkit-gtk/webkit-gtk-2.40.0.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.40.0.ebuild index 8f448fa012f1..0d1f3b47e453 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.40.0.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.40.0.ebuild @@ -174,7 +174,7 @@ src_configure() { local ruby_interpreter="" local RUBY for rubyimpl in ${USE_RUBY}; do - if has_version -b "virtual/rubygems[ruby_targets_${rubyimpl}]"; then + if has_version -b "virtual/rubygems[ruby_targets_${rubyimpl}(-)]"; then RUBY="$(type -P ${rubyimpl})" ruby_interpreter="-DRUBY_EXECUTABLE=${RUBY}" fi