Diff numad-0.5_p20180531-r2 with a numad-9999
/usr/portage/sys-process/numad/numad-9999.ebuild 2025-02-03 17:39:35.946678051 +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 |
... | ... | |
14 | 14 |
# git archive --format=tar.gz --prefix="${P}/" -o ${P}.tar.gz ${EGIT_COMMIT} |
15 | 15 |
EGIT_COMMIT="d696d6c413c5b47b4bbae79e29ea132e52095af3" |
16 | 16 |
SRC_URI="https://dev.gentoo.org/~gyakovlev/distfiles/${P}.tar.gz" |
17 |
KEYWORDS="amd64 -arm arm64 ppc64 ~s390 x86" |
|
17 |
KEYWORDS="~amd64 -arm ~arm64 ~ppc64 ~s390 ~x86" |
|
18 | 18 |
fi |
19 | 19 | |
20 | 20 |
DESCRIPTION="The NUMA daemon that manages application locality" |
... | ... | |
31 | 31 | |
32 | 32 |
# from debian/ubuntu: https://sources.debian.org/patches/numad |
33 | 33 |
"${FILESDIR}/${PN}-0.5-fix-build-for-no-NR-migrate-pages.patch" |
34 | ||
35 |
# from fedora: https://src.fedoraproject.org/rpms/numad/c/b9fdb5b1b09611ba164c04cd994e5e9ddf7fb8f4 |
|
36 |
"${FILESDIR}/0001-numad_log-fix-buffer-overflow.patch" |
|
37 | 34 |
) |
38 | 35 | |
39 | 36 |
src_configure() { |