Diff waylandpp-1.0.0-r1 with a waylandpp-9999
| /usr/portage/dev-cpp/waylandpp/waylandpp-9999.ebuild 2025-07-29 16:22:12.624448271 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 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 ~riscv ~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) |