Diff marble-23.08.1 with a marble-23.04.3

/usr/portage/kde-apps/marble/marble-23.04.3.ebuild 2023-10-09 14:52:31.200368393 +0300
14 14

  
15 15
LICENSE="GPL-2" # TODO: CHECK
16 16
SLOT="5/$(ver_cut 1-2)"
17
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
17
KEYWORDS="amd64 arm64 ~riscv x86"
18 18
IUSE="aprs +dbus designer +geolocation gps +kde +pbf phonon shapefile +webengine"
19 19

  
20 20
# bug 588320
......
64 64
	aprs? ( dev-lang/perl )
65 65
"
66 66

  
67
PATCHES=( "${FILESDIR}/${P}-cxx17-for-protobuf-23.patch" ) # bug 909081, in 23.08.0
68

  
67 69
src_prepare() {
68 70
	ecm_src_prepare
69 71

  
Thank you!