sys-firmware/intel-microcode: Split env var into MICROCODE_...
authorThomas Deutschmann <whissi@gentoo.org>
Thu, 24 May 2018 12:29:59 +0000 (14:29 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Thu, 24 May 2018 12:30:14 +0000 (14:30 +0200)
commit04384b5c8adb359c5a828ce1c34b4827122e917b
treefb067f48fdad69f40062019253e19362a8849c3a
parent6e636127fa7fa931efc0cc6f7e75e9483506799a
sys-firmware/intel-microcode: Split env var into MICROCODE_...

...{BLACKLIST,SIGNATURES}

Especially now, since we are shipping a lot of microcodes,
initramfs can become very large and users might want to install
only specific microcode updates for their processor via
MICROCODE_SIGNATURES="-S" option.

However, this would overwrite our default BLACKLIST.

To allow users to use "-S" option without the burden to manually
maintain a BLACKLIST, we introduced a new MICROCODE_BLACKLIST
environment variable to split things.

In addition, there was a typo is previous blacklisted
signature which was corrected to blacklist the correct microcode.

Bug: https://bugs.gentoo.org/654638
Package-Manager: Portage-2.3.38, Repoman-2.3.9
sys-firmware/intel-microcode/intel-microcode-20180426-r1.ebuild [moved from sys-firmware/intel-microcode/intel-microcode-20180426.ebuild with 64% similarity]