Сравнение file-5.47-r2 с file-9999
| /usr/portage/sys-apps/file/file-9999.ebuild 2025-12-22 20:18:06.984222137 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2026 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 |
| ... | ... | |
| 60 | 60 |
PATCHES=( |
| 61 | 61 |
"${FILESDIR}/file-5.43-seccomp-fstatat64-musl.patch" #789336, not upstream yet
|
| 62 | 62 |
"${FILESDIR}/file-5.45-seccomp-sandbox.patch"
|
| 63 |
"${FILESDIR}/file-5.47-magic.py.patch"
|
|
| 64 |
"${FILESDIR}/${P}-toml.patch"
|
|
| 65 | 63 |
) |
| 66 | 64 | |
| 67 | 65 |
src_prepare() {
|