Diff kio-extras-23.08.1 with a kio-extras-23.04.3

/usr/portage/kde-apps/kio-extras/kio-extras-23.04.3.ebuild 2023-10-09 14:52:31.192368393 +0300
14 14

  
15 15
LICENSE="GPL-2" # TODO: CHECK
16 16
SLOT="5"
17
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
17
KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
18 18
IUSE="activities ios +man mtp nfs openexr phonon samba +sftp taglib X"
19 19

  
20 20
# requires running Plasma environment
......
74 74
"
75 75
BDEPEND="man? ( dev-util/gperf )"
76 76

  
77
# https://invent.kde.org/network/kio-extras/-/merge_requests/236
78
PATCHES=( "${FILESDIR}/${PN}-23.04.0-tests-optional.patch" )
79

  
77 80
src_configure() {
78 81
	local mycmakeargs=(
79 82
		$(cmake_use_find_package activities KF5Activities)
Thank you!