Diff firefox-bin-115.3.1 with a firefox-bin-118.0.1

/usr/portage/www-client/firefox-bin/firefox-bin-118.0.1.ebuild 2023-10-09 14:52:35.884368511 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
MOZ_ESR=yes
6
MOZ_ESR=
7 7

  
8 8
MOZ_PV=${PV}
9 9
MOZ_PV_SUFFIX=
......
37 37
HOMEPAGE="https://www.mozilla.com/firefox"
38 38

  
39 39
KEYWORDS="-* amd64 x86"
40
SLOT="esr"
40
SLOT="rapid"
41 41
LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
42 42
IUSE="+alsa +ffmpeg +gmp-autoupdate +pulseaudio selinux wayland"
43 43

  
......
49 49
			dev-util/patchelf
50 50
		)
51 51
	)"
52
DEPEND="alsa? (
52

  
53
COMMON_DEPEND="alsa? (
53 54
		!pulseaudio? (
54 55
			media-sound/apulse
55 56
		)
56 57
	)"
57
RDEPEND="${DEPEND}
58

  
59
DEPEND="${COMMON_DEPEND}"
60

  
61
RDEPEND="${COMMON_DEPEND}
58 62
	!www-client/firefox-bin:0
59
	!www-client/firefox-bin:rapid
63
	!www-client/firefox-bin:esr
60 64
	>=app-accessibility/at-spi2-core-2.46.0:2
61 65
	dev-libs/dbus-glib
62 66
	>=dev-libs/glib-2.26:2
......
267 271
	local app_name="Mozilla ${MOZ_PN^} (bin)"
268 272
	local desktop_file="${FILESDIR}/${PN}-r3.desktop"
269 273
	local desktop_filename="${PN}.desktop"
270
	local exec_command="${PN} --name=firefox"
274
	local exec_command="${PN}"
271 275
	local icon="${PN}"
272 276
	local use_wayland="false"
273 277

  
Thank you!