Сравнение likwid-5.2.2 с likwid-5.5.1
| /usr/portage/sys-apps/likwid/likwid-5.5.1.ebuild 2026-02-10 11:18:08.784099635 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2023 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 31 | 31 |
) |
| 32 | 32 | |
| 33 | 33 |
PATCHES=( |
| 34 |
"${FILESDIR}/${PN}-4.3.1-fix-gnustack.patch"
|
|
| 35 | 34 |
) |
| 36 | 35 | |
| 37 | 36 |
pkg_setup() {
|