diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-08-11 23:27:41 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-08-11 23:27:53 -0400 |
commit | 7b0f83daffd2d69390f6de2bff262e439a582861 (patch) | |
tree | 7c3b8c7edd3bd5e10a48c7a950cf4206087ccfee /sys-apps | |
parent | dev-python/pygal: rm old (diff) | |
download | gentoo-7b0f83daffd2d69390f6de2bff262e439a582861.tar.gz gentoo-7b0f83daffd2d69390f6de2bff262e439a582861.tar.bz2 gentoo-7b0f83daffd2d69390f6de2bff262e439a582861.zip |
sys-apps/microcode-data: add missing iucode_tool dep #528712#45
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/microcode-data/microcode-data-20150121-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-apps/microcode-data/microcode-data-20150121-r1.ebuild b/sys-apps/microcode-data/microcode-data-20150121-r1.ebuild index 70a89d75b947..f20adf1be311 100644 --- a/sys-apps/microcode-data/microcode-data-20150121-r1.ebuild +++ b/sys-apps/microcode-data/microcode-data-20150121-r1.ebuild @@ -20,6 +20,7 @@ KEYWORDS="-* ~amd64 ~x86" IUSE="initramfs monolithic +split-ucode" REQUIRED_USE="|| ( initramfs monolithic split-ucode )" +DEPEND="initramfs? ( sys-apps/iucode_tool )" RDEPEND="!<sys-apps/microcode-ctl-1.17-r2" #268586 S=${WORKDIR} |