Diff libreoffice-7.5.5.2 with a libreoffice-7.5.6.2

/usr/portage/app-office/libreoffice/libreoffice-7.5.6.2.ebuild 2023-10-09 14:52:28.836368334 +0300
88 88
$(printf 'libreoffice_extensions_%s ' ${LO_EXTS})"
89 89

  
90 90
REQUIRED_USE="${PYTHON_REQUIRED_USE}
91
	base? ( firebird java )
91
	base? ( java )
92 92
	bluetooth? ( dbus )
93 93
	libreoffice_extensions_nlpsolver? ( java )
94 94
	libreoffice_extensions_scripting-beanshell? ( java )
......
102 102
SLOT="0"
103 103

  
104 104
[[ ${MY_PV} == *9999* ]] || \
105
KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86 ~amd64-linux"
105
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux"
106 106

  
107 107
COMMON_DEPEND="${PYTHON_DEPS}
108 108
	app-arch/unzip
......
125 125
	app-text/libwpg:0.3
126 126
	>=app-text/libwps-0.4
127 127
	app-text/mythes
128
	dev-cpp/abseil-cpp:=
129 128
	>=dev-cpp/clucene-2.3.3.4-r2
130 129
	>=dev-cpp/libcmis-0.5.2-r2
131 130
	dev-db/unixODBC
......
494 493
		--with-external-tar="${DISTDIR}"
495 494
		--with-lang=""
496 495
		--with-parallelism=$(makeopts_jobs)
497
		--with-system-abseil
498 496
		--with-system-openjpeg
499 497
		--with-tls=nss
500 498
		--with-vendor="Gentoo Foundation"
......
504 502
		--with-help="html"
505 503
		--without-helppack-integration
506 504
		--with-system-gpgmepp
505
		--without-system-abseil
507 506
		--without-system-dragonbox
508 507
		--without-system-jfreereport
509 508
		--without-system-libfixmath
Thank you!