Diff QGnomePlatform-0.9.1-r1 with a QGnomePlatform-0.9.2-r1

/usr/portage/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r1.ebuild 2023-10-09 14:52:35.984368514 +0300
8 8
HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
9 9
SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz"
10 10

  
11
KEYWORDS="amd64 ~arm64 ~ppc64 x86"
11
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
12 12
LICENSE="LGPL-2.1"
13 13
SLOT="0"
14 14
IUSE="minimal wayland"
......
27 27
DEPEND="${RDEPEND}"
28 28
BDEPEND="${RDEPEND}"
29 29

  
30
src_prepare() {
31
	# https://github.com/FedoraQt/QGnomePlatform/pull/150#issuecomment-1689693729
32
	eapply -R "${FILESDIR}/${P}-gtk3-conflict.patch"
33
	cmake_src_prepare
34
}
35

  
30 36
src_configure() {
31 37
	local mycmakeargs=(
32 38
		-DUSE_QT6=false
Thank you!