Diff elixir-1.14.5-r1 with a elixir-1.15.5

/usr/portage/dev-lang/elixir/elixir-1.15.5.ebuild 2023-10-09 14:52:29.456368349 +0300
16 16

  
17 17
# https://hexdocs.pm/elixir/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
18 18
DEPEND="
19
	>=dev-lang/erlang-23:0=[ssl]
20
	<dev-lang/erlang-26
19
	>=dev-lang/erlang-24:0=[ssl]
20
	<dev-lang/erlang-27
21 21
"
22 22
# 'mix' tool collides with sci-biology/phylip, bug #537514
23 23
RDEPEND="${DEPEND}
......
31 31
	"${FILESDIR}"/${PN}-1.9.1-disable-network-tests.patch
32 32
	"${FILESDIR}"/${PN}-1.10.3-no-Q.patch
33 33
	"${FILESDIR}"/${PN}-1.10.3-epmd-daemon.patch
34
	"${FILESDIR}"/${PN}-1.14.1-make44-parallel-build.patch
35 34
)
36 35

  
37 36
src_install() {
Thank you!