Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/intel-microcode/
Date: Mon, 29 Jun 2020 11:20:34
Message-Id: 1593429582.7111a3030e6f80a165063bee9b19dc23d217c5ed.whissi@gentoo
1 commit: 7111a3030e6f80a165063bee9b19dc23d217c5ed
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 29 11:18:59 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 29 11:19:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7111a303
7
8 sys-firmware/intel-microcode: require >=sys-apps/iucode_tool-2.3
9
10 We make use of advanced microcode selection filters which were added
11 in 2.3 release.
12
13 Closes: https://bugs.gentoo.org/730128
14 Package-Manager: Portage-2.3.103, Repoman-2.3.23
15 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
16
17 sys-firmware/intel-microcode/intel-microcode-20200616_p20200617.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/sys-firmware/intel-microcode/intel-microcode-20200616_p20200617.ebuild b/sys-firmware/intel-microcode/intel-microcode-20200616_p20200617.ebuild
21 index 8beb82b50b7..d20d0f472fa 100644
22 --- a/sys-firmware/intel-microcode/intel-microcode-20200616_p20200617.ebuild
23 +++ b/sys-firmware/intel-microcode/intel-microcode-20200616_p20200617.ebuild
24 @@ -25,7 +25,7 @@ KEYWORDS="-* amd64 x86"
25 IUSE="hostonly initramfs +split-ucode vanilla"
26 REQUIRED_USE="|| ( initramfs split-ucode )"
27
28 -BDEPEND="sys-apps/iucode_tool"
29 +BDEPEND=">=sys-apps/iucode_tool-2.3"
30
31 # !<sys-apps/microcode-ctl-1.17-r2 due to bug #268586
32 RDEPEND="hostonly? ( sys-apps/iucode_tool )"