Сравнение waylandpp-1.0.0 с waylandpp-1.0.0-r1
/usr/portage/dev-cpp/waylandpp/waylandpp-1.0.0-r1.ebuild 2023-10-09 14:52:29.312368346 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 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 | ||
35 | 39 |
src_configure() { |
36 | 40 |
local mycmakeargs=( |
37 | 41 |
-DBUILD_DOCUMENTATION=$(usex doc) |