Diff dracut-057-r3 with a dracut-9999

/usr/portage/sys-kernel/dracut/dracut-9999.ebuild 2023-10-09 14:52:35.528368502 +0300
10 10
	EGIT_REPO_URI="https://github.com/dracutdevs/dracut"
11 11
else
12 12
	if [[ "${PV}" != *_rc* ]]; then
13
		KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86"
13
		KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
14 14
	fi
15 15
	SRC_URI="https://github.com/dracutdevs/dracut/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
16 16
fi
17 17

  
18 18
DESCRIPTION="Generic initramfs generation tool"
19
HOMEPAGE="https://github.com/dracutdevs/dracut/wiki"
19
HOMEPAGE="https://dracut.wiki.kernel.org"
20 20

  
21 21
LICENSE="GPL-2"
22 22
SLOT="0"
......
64 64
PATCHES=(
65 65
	"${FILESDIR}"/gentoo-ldconfig-paths-r1.patch
66 66
	"${FILESDIR}"/gentoo-network-r1.patch
67
	"${FILESDIR}"/057-virtiofs-split-usr.patch
68
	"${FILESDIR}"/057-i18n-keymaps.patch
69 67
)
70 68

  
71 69
src_configure() {
......
176 174
	optfeature "Support TPM 2.0 TSS" app-crypt/tpm2-tools
177 175
	optfeature "Support Bluetooth (experimental)" net-wireless/bluez
178 176
	optfeature "Support BIOS-given device names" sys-apps/biosdevname
179
	optfeature "Support network NVMe" sys-apps/nvme-cli
177
	optfeature "Support network NVMe" sys-apps/nvme-cli app-misc/jq
180 178
	optfeature \
181 179
		"Enable rngd service to help generating entropy early during boot" \
182 180
		sys-apps/rng-tools
Thank you!