Diff dracut-110-r4 with a dracut-9999
| /usr/portage/sys-kernel/dracut/dracut-9999.ebuild 2026-03-17 11:46:09.045969801 +0300 | ||
|---|---|---|
| 11 | 11 |
EGIT_REPO_URI="https://github.com/dracut-ng/dracut-ng" |
| 12 | 12 |
else |
| 13 | 13 |
if [[ "${PV}" != *_rc* ]]; then
|
| 14 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~sparc x86" |
|
| 14 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" |
|
| 15 | 15 |
fi |
| 16 | 16 |
SRC_URI="https://github.com/dracut-ng/dracut-ng/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
| 17 | 17 |
S="${WORKDIR}/${PN}-ng-${PV}"
|
| ... | ... | |
| 106 | 106 |
"${FILESDIR}"/gentoo-ldconfig-paths-r1.patch
|
| 107 | 107 |
# Gentoo specific acct-user and acct-group conf adjustments |
| 108 | 108 |
"${FILESDIR}"/${PN}-110-acct-user-group-gentoo.patch
|
| 109 |
"${FILESDIR}"/${P}-dash-printf.patch
|
|
| 110 | 109 |
) |
| 111 | 110 | |
| 112 | 111 |
pkg_setup() {
|