Diff lynx-2.9.0_pre10 with a lynx-2.9.0_pre11

/usr/portage/www-client/lynx/lynx-2.9.0_pre11.ebuild 2023-10-09 14:52:35.888368511 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
21 21
LICENSE="GPL-2"
22 22
SLOT="0"
23 23
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
24
IUSE="bzip2 cjk gnutls idn nls ssl"
24
IUSE="brotli bzip2 cjk gnutls idn nls ssl"
25 25

  
26 26
RDEPEND="
27 27
	sys-libs/ncurses:=[unicode(+)]
28 28
	sys-libs/zlib
29
	brotli? ( app-arch/brotli:= )
29 30
	bzip2? ( app-arch/bzip2 )
30 31
	idn? ( net-dns/libidn:= )
31 32
	nls? ( virtual/libintl )
......
69 70
		$(use_enable cjk)
70 71
		$(use_enable idn idna)
71 72
		$(use_enable nls)
73
		$(use_with brotli)
72 74
		$(use_with bzip2 bzlib)
73 75
	)
74 76

  
Thank you!