From: Hans de Graaff Date: Thu, 12 Mar 2020 13:25:22 +0000 (+0100) Subject: dev-ruby/selenium-webdriver: add ruby27 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=43bd7e5a7054a8bb5ba73b83de7ea6d69228b05b;p=gentoo.git dev-ruby/selenium-webdriver: add ruby27 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Hans de Graaff --- diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-3.142.7.ebuild b/dev-ruby/selenium-webdriver/selenium-webdriver-3.142.7.ebuild index da443bc4017a..fc0ae13ab285 100644 --- a/dev-ruby/selenium-webdriver/selenium-webdriver-3.142.7.ebuild +++ b/dev-ruby/selenium-webdriver/selenium-webdriver-3.142.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26" +USE_RUBY="ruby24 ruby25 ruby26 ruby27" # NOTE: this package contains precompiled code. It appears that all # source code can be found at https://code.google.com/p/selenium/ but the