From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C75DF1384B4 for ; Wed, 30 Dec 2015 10:31:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22E20E0856; Wed, 30 Dec 2015 10:31:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6DD6121C014 for ; Wed, 30 Dec 2015 10:31:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82B6434070F for ; Wed, 30 Dec 2015 10:31:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B214CF5 for ; Wed, 30 Dec 2015 10:31:20 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1451471305.582a6eb2cc914ee98cc260df72d19046e580448e.pacho@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.10.4-r1.ebuild X-VCS-Directories: net-libs/webkit-gtk/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 582a6eb2cc914ee98cc260df72d19046e580448e X-VCS-Branch: master Date: Wed, 30 Dec 2015 10:31:20 +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-Archives-Salt: fcac2afc-6ca2-4225-a484-38eff003688a X-Archives-Hash: 6a94ec2643ca089053fce4bfd4b80230 commit: 582a6eb2cc914ee98cc260df72d19046e580448e Author: Pacho Ramos gentoo org> AuthorDate: Wed Dec 30 10:28:25 2015 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Dec 30 10:28:25 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=582a6eb2 net-libs/webkit-gtk: ruby19 was removed Package-Manager: portage-2.2.26 net-libs/webkit-gtk/webkit-gtk-2.10.4-r1.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/net-libs/webkit-gtk/webkit-gtk-2.10.4-r1.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.10.4-r1.ebuild index 7b75fe3..153acb0 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.10.4-r1.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.10.4-r1.ebuild @@ -6,7 +6,7 @@ EAPI="5" CMAKE_MAKEFILE_GENERATOR="ninja" GCONF_DEBUG="no" PYTHON_COMPAT=( python2_7 ) -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" inherit check-reqs cmake-utils eutils flag-o-matic gnome2 pax-utils python-any-r1 ruby-single toolchain-funcs versionator virtualx @@ -201,10 +201,8 @@ src_configure() { ruby_interpreter="-DRUBY_EXECUTABLE=$(type -P ruby22)" elif has_version "virtual/rubygems[ruby_targets_ruby21]"; then ruby_interpreter="-DRUBY_EXECUTABLE=$(type -P ruby21)" - elif has_version "virtual/rubygems[ruby_targets_ruby20]"; then - ruby_interpreter="-DRUBY_EXECUTABLE=$(type -P ruby20)" else - ruby_interpreter="-DRUBY_EXECUTABLE=$(type -P ruby19)" + ruby_interpreter="-DRUBY_EXECUTABLE=$(type -P ruby20)" fi # TODO: Check Web Audio support