diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-04-27 10:42:26 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-04-27 10:42:26 +0200 |
commit | 56b682640978047b648664b656336c991c36529f (patch) | |
tree | 8671ac6353ea68156bb6597d239bc4c2585934b9 /dev-ruby/selenium-webdriver | |
parent | dev-ruby/sigar: add ruby24, ruby25 (diff) | |
download | gentoo-56b682640978047b648664b656336c991c36529f.tar.gz gentoo-56b682640978047b648664b656336c991c36529f.tar.bz2 gentoo-56b682640978047b648664b656336c991c36529f.zip |
dev-ruby/selenium-webdriver: add ruby24, ruby25
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-ruby/selenium-webdriver')
-rw-r--r-- | dev-ruby/selenium-webdriver/selenium-webdriver-2.53.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-2.53.4-r1.ebuild b/dev-ruby/selenium-webdriver/selenium-webdriver-2.53.4-r1.ebuild index 5614803c6d6e..303687cb407c 100644 --- a/dev-ruby/selenium-webdriver/selenium-webdriver-2.53.4-r1.ebuild +++ b/dev-ruby/selenium-webdriver/selenium-webdriver-2.53.4-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22 ruby23" +USE_RUBY="ruby23 ruby24 ruby25" # NOTE: this package contains precompiled code. It appears that all # source code can be found at https://code.google.com/p/selenium/ but the |