Diff erlang-25.3 with a erlang-26.0

/usr/portage/dev-lang/erlang/erlang-26.0.ebuild 2023-10-09 14:52:29.456368349 +0300
22 22
# same build of ERTS that was used when compiling the code.  See
23 23
# http://erlang.org/doc/system_principles/misc.html for more information.
24 24
SLOT="0/${PV}"
25
KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
25
KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
26 26
IUSE="doc emacs java +kpoll odbc sctp ssl systemd tk wxwidgets"
27 27

  
28 28
RDEPEND="
......
38 38
	systemd? ( sys-apps/systemd )
39 39
	wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X,opengl] )
40 40
"
41

  
42
# libei.so (from dev-libs/libei) conflicts with libei.a from
43
# erl_interface. Causes build faiure. Erlang build system needs to be
44
# patched to prefer its own libei instead of system libei. Installed
45
# into /usr/lib/erlang so no conflict following installation. Bug
46
# #912888.
41 47
DEPEND="${RDEPEND}
42 48
	dev-lang/perl
49
	!!dev-libs/libei
43 50
"
44 51

  
45 52
S="${WORKDIR}/otp-OTP-${PV}"
Thank you!