Skip to content

Commit

Permalink
sys-kernel/make-initrd: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Gabi Falk <[email protected]>
  • Loading branch information
gabifalk committed Aug 27, 2024
1 parent d8b67a4 commit 64f5d4c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion sys-kernel/make-initrd/make-initrd-2.46.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ pkg_postinst() {
optfeature "ZFS support" sys-fs/zfs

optfeature_header "For CPU microcode support:"
optfeature "Inter microcode support" \
optfeature "Intel microcode support" \
sys-apps/iucode_tool sys-firmware/intel-microcode
optfeature "AMD microcode support" sys-kernel/linux-firmware

Expand Down
2 changes: 1 addition & 1 deletion sys-kernel/make-initrd/make-initrd-2.47.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ pkg_postinst() {
optfeature "ZFS support" sys-fs/zfs

optfeature_header "For CPU microcode support:"
optfeature "Inter microcode support" \
optfeature "Intel microcode support" \
sys-apps/iucode_tool sys-firmware/intel-microcode
optfeature "AMD microcode support" sys-kernel/linux-firmware

Expand Down
2 changes: 1 addition & 1 deletion sys-kernel/make-initrd/make-initrd-2.48.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ pkg_postinst() {
optfeature "ZFS support" sys-fs/zfs

optfeature_header "For CPU microcode support:"
optfeature "Inter microcode support" \
optfeature "Intel microcode support" \
sys-apps/iucode_tool sys-firmware/intel-microcode
optfeature "AMD microcode support" sys-kernel/linux-firmware

Expand Down
2 changes: 1 addition & 1 deletion sys-kernel/make-initrd/make-initrd-2.48.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ pkg_postinst() {
optfeature "ZFS support" sys-fs/zfs

optfeature_header "For CPU microcode support:"
optfeature "Inter microcode support" \
optfeature "Intel microcode support" \
sys-apps/iucode_tool sys-firmware/intel-microcode
optfeature "AMD microcode support" sys-kernel/linux-firmware

Expand Down
2 changes: 1 addition & 1 deletion sys-kernel/make-initrd/make-initrd-2.49.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ pkg_postinst() {
optfeature "ZFS support" sys-fs/zfs

optfeature_header "For CPU microcode support:"
optfeature "Inter microcode support" \
optfeature "Intel microcode support" \
sys-apps/iucode_tool sys-firmware/intel-microcode
optfeature "AMD microcode support" sys-kernel/linux-firmware

Expand Down
2 changes: 1 addition & 1 deletion sys-kernel/make-initrd/make-initrd-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ pkg_postinst() {
optfeature "ZFS support" sys-fs/zfs

optfeature_header "For CPU microcode support:"
optfeature "Inter microcode support" \
optfeature "Intel microcode support" \
sys-apps/iucode_tool sys-firmware/intel-microcode
optfeature "AMD microcode support" sys-kernel/linux-firmware

Expand Down

0 comments on commit 64f5d4c

Please sign in to comment.