mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
Merge pull request #653 from dm0-/ucode
bump(sys-firmware/intel-microcode): sync with upstream
This commit is contained in:
commit
b8b835c853
@ -4,11 +4,11 @@ DESCRIPTION=Intel IA32/IA64 microcode update data
|
||||
EAPI=6
|
||||
HOMEPAGE=http://inertiawar.com/microcode/ https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=27591
|
||||
IUSE=initramfs +split-ucode
|
||||
KEYWORDS=-* ~amd64 ~x86
|
||||
KEYWORDS=-* amd64 x86
|
||||
LICENSE=intel-ucode
|
||||
RDEPEND=!<sys-apps/microcode-ctl-1.17-r2
|
||||
REQUIRED_USE=|| ( initramfs split-ucode )
|
||||
SLOT=0
|
||||
SRC_URI=https://downloadmirror.intel.com/27591/eng/microcode-20180312.tgz
|
||||
_eclasses_=mount-boot 1e82d96b7a7dcb483b412497a90bb646 multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af
|
||||
_md5_=55881eaf145b59f26451cd26f162152d
|
||||
_md5_=531e96b8f9cd9d7adebcd4101ee79b3c
|
||||
|
@ -15,7 +15,7 @@ SRC_URI="https://downloadmirror.intel.com/${NUM}/eng/microcode-${PV}.tgz"
|
||||
|
||||
LICENSE="intel-ucode"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* ~amd64 ~x86"
|
||||
KEYWORDS="-* amd64 x86"
|
||||
IUSE="initramfs +split-ucode"
|
||||
REQUIRED_USE="|| ( initramfs split-ucode )"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user