diff options
author | Sam James <sam@gentoo.org> | 2022-03-15 20:17:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-15 20:19:14 +0000 |
commit | bb77ecbe6e87d2c2d33e2ecda99483b8dc005ecf (patch) | |
tree | ad6264275b4f4ca6c58ef5d4e6891de7813e9789 /sys-firmware/intel-microcode/intel-microcode-20210216_p20210221.ebuild | |
parent | app-text/lesspipe: fix bash-completion installation (diff) | |
download | gentoo-bb77ecbe6e87d2c2d33e2ecda99483b8dc005ecf.tar.gz gentoo-bb77ecbe6e87d2c2d33e2ecda99483b8dc005ecf.tar.bz2 gentoo-bb77ecbe6e87d2c2d33e2ecda99483b8dc005ecf.zip |
sys-firmware/intel-microcode: drop RESTRICT="mirror"
dev.gentoo.org is currently experiencing issues so users may
not be able to reach it right now.
It's clear from the original bug that led to the imposition
of the restriction that the issue is gone
Bug: https://bugs.gentoo.org/664134
Closes: https://bugs.gentoo.org/774360
Thanks-to: Ionen Wolkens <ionen@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-firmware/intel-microcode/intel-microcode-20210216_p20210221.ebuild')
-rw-r--r-- | sys-firmware/intel-microcode/intel-microcode-20210216_p20210221.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-firmware/intel-microcode/intel-microcode-20210216_p20210221.ebuild b/sys-firmware/intel-microcode/intel-microcode-20210216_p20210221.ebuild index 0a8e3fc79f0d..96e879dd2f60 100644 --- a/sys-firmware/intel-microcode/intel-microcode-20210216_p20210221.ebuild +++ b/sys-firmware/intel-microcode/intel-microcode-20210216_p20210221.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -30,7 +30,7 @@ BDEPEND=">=sys-apps/iucode_tool-2.3" # !<sys-apps/microcode-ctl-1.17-r2 due to bug #268586 RDEPEND="hostonly? ( sys-apps/iucode_tool )" -RESTRICT="binchecks bindist mirror strip" +RESTRICT="binchecks bindist strip" S=${WORKDIR} |