sys-kernel/dracut: Sync with Gentoo

It's from Gentoo commit 569c290a86c3236af38c3b63eae5958f996767b7.
This commit is contained in:
Flatcar Buildbot 2025-07-07 07:15:16 +00:00
parent 7e3bf7109a
commit d20ca84081

View File

@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://github.com/dracut-ng/dracut-ng" EGIT_REPO_URI="https://github.com/dracut-ng/dracut-ng"
else else
if [[ "${PV}" != *_rc* ]]; then if [[ "${PV}" != *_rc* ]]; then
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~sparc x86" KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv sparc x86"
fi fi
SRC_URI="https://github.com/dracut-ng/dracut-ng/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" SRC_URI="https://github.com/dracut-ng/dracut-ng/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-ng-${PV}" S="${WORKDIR}/${PN}-ng-${PV}"