Сравнение edac-utils-0.18-r1 с edac-utils-0.18-r2
/usr/portage/sys-apps/edac-utils/edac-utils-0.18-r2.ebuild 2023-10-09 14:52:35.368368498 +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 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
inherit autotools systemd |
7 | 7 | |
... | ... | |
22 | 22 |
"${FILESDIR}"/${P}-mitac-hawk.patch |
23 | 23 |
) |
24 | 24 | |
25 |
pkg_pretend() { |
|
26 |
ewarn "edac-utils can't handle the interface newer kernels use to report" |
|
27 |
ewarn "EDAC events, so it may miss some (or all) events which occur." |
|
28 |
ewarn "See app-admin/rasdaemon's README for technical details." |
|
29 |
ewarn "Consider using app-admin/rasdaemon instead." |
|
30 |
} |
|
31 | ||
25 | 32 |
src_prepare() { |
26 | 33 |
default |
27 | 34 |