commit: 43bd7e5a7054a8bb5ba73b83de7ea6d69228b05b Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Thu Mar 12 13:25:22 2020 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Thu Mar 12 13:25:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43bd7e5a
dev-ruby/selenium-webdriver: add ruby27 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/selenium-webdriver/selenium-webdriver-3.142.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 da443bc4017..fc0ae13ab28 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