Diff waylandpp-1.0.0-r1 with a waylandpp-9999

/usr/portage/dev-cpp/waylandpp/waylandpp-9999.ebuild 2023-10-09 14:52:29.312368346 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
17 17
	inherit git-r3
18 18
else
19 19
	SRC_URI="https://github.com/NilsBrause/waylandpp/archive/${PV}.tar.gz -> ${P}.tar.gz"
20
	KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
20
	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
21 21
fi
22 22

  
23 23
RDEPEND="
......
32 32
	)
33 33
	"
34 34

  
35
PATCHES=(
36
	"${FILESDIR}"/${PN}-1.0.0-gcc-13.patch
37
)
38

  
39 35
src_configure() {
40 36
	local mycmakeargs=(
41 37
		-DBUILD_DOCUMENTATION=$(usex doc)
Thank you!