Сравнение fnord-1.11-r2 с fnord-1.11-r3
/usr/portage/www-servers/fnord/fnord-1.11-r3.ebuild 2023-10-09 14:52:35.896368512 +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=7 |
... | ... | |
11 | 11 | |
12 | 12 |
LICENSE="GPL-2" |
13 | 13 |
SLOT="0" |
14 |
KEYWORDS="~amd64 ~hppa ~ppc ~riscv sparc x86" |
|
14 |
KEYWORDS="~amd64 ~hppa ~ppc ~riscv ~sparc ~x86" |
|
15 | 15 |
IUSE="auth" |
16 | 16 | |
17 | 17 |
RDEPEND=" |
... | ... | |
24 | 24 | |
25 | 25 |
DOCS=( TODO README README.auth SPEED CHANGES ) |
26 | 26 | |
27 |
PATCHES=( "${FILESDIR}/${PN}"-1.10-gentoo.diff ) |
|
27 |
PATCHES=( |
|
28 |
"${FILESDIR}/${PN}"-1.10-gentoo.diff |
|
29 |
"${FILESDIR}/${PN}"-1.11-clang-16-build-fix.patch |
|
30 |
) |
|
28 | 31 | |
29 | 32 |
src_compile() { |
30 | 33 |
# Fix for bug #45716 |