diff options
| author | Hans de Graaff <graaff@gentoo.org> | 2025-06-29 13:30:45 +0200 |
|---|---|---|
| committer | Hans de Graaff <graaff@gentoo.org> | 2025-06-29 13:38:30 +0200 |
| commit | 7a2091da1867cf82482511bce9a14a1912694f23 (patch) | |
| tree | dff7afba3431808e34afee87686b29536c7bf6bb /dev-ruby/selenium-webdriver | |
| parent | 474e1c975150ca37fb4a4dcc86ef26a548c1f339 (diff) | |
| download | gentoo-7a2091da1867cf82482511bce9a14a1912694f23.tar.gz gentoo-7a2091da1867cf82482511bce9a14a1912694f23.tar.bz2 gentoo-7a2091da1867cf82482511bce9a14a1912694f23.zip | |
dev-ruby/selenium-webdriver: enable ruby34
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/selenium-webdriver')
| -rw-r--r-- | dev-ruby/selenium-webdriver/selenium-webdriver-4.1.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-4.1.0-r1.ebuild b/dev-ruby/selenium-webdriver/selenium-webdriver-4.1.0-r1.ebuild index 94d0a1f7408e..8029c89dc9b2 100644 --- a/dev-ruby/selenium-webdriver/selenium-webdriver-4.1.0-r1.ebuild +++ b/dev-ruby/selenium-webdriver/selenium-webdriver-4.1.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" +USE_RUBY="ruby32 ruby33 ruby34" # NOTE: this package contains precompiled code. It appears that all # source code can be found at https://code.google.com/p/selenium/ but the |
