commit:     582a6eb2cc914ee98cc260df72d19046e580448e
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 30 10:28:25 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> 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

Reply via email to