Diff selenium-webdriver-4.10.0 with a selenium-webdriver-4.11.0

/usr/portage/dev-ruby/selenium-webdriver/selenium-webdriver-4.11.0.ebuild 2024-07-02 13:51:45.661851500 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
USE_RUBY="ruby30 ruby31 ruby32"
6
USE_RUBY="ruby30 ruby31 ruby32 ruby33"
7 7

  
8 8
# NOTE: this package contains precompiled code. It appears that all
9 9
# source code can be found at https://code.google.com/p/selenium/ but the
......
28 28

  
29 29
LICENSE="Apache-2.0"
30 30
SLOT="$(ver_cut 1)"
31
KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
31
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
32 32
IUSE=""
33 33

  
34 34
ruby_add_rdepend "
Thank you!