From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B0654139694 for ; Fri, 14 Jul 2017 07:13:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D37DE0D34; Fri, 14 Jul 2017 07:13:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4969FE0D34 for ; Fri, 14 Jul 2017 07:13:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 04D1A341A30 for ; Fri, 14 Jul 2017 07:13:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7913B7488 for ; Fri, 14 Jul 2017 07:13:02 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1500016366.f8cfff8eff935a057bc948003d5157762b6b03ff.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/intel-microcode/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-firmware/intel-microcode/intel-microcode-20170707.ebuild X-VCS-Directories: sys-firmware/intel-microcode/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f8cfff8eff935a057bc948003d5157762b6b03ff X-VCS-Branch: master Date: Fri, 14 Jul 2017 07:13:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 00ba4946-5ae6-4736-8d51-e5ed131db355 X-Archives-Hash: c5ebcc8a4068d01689e7b036c103ee8c commit: f8cfff8eff935a057bc948003d5157762b6b03ff Author: Matt Turner gentoo org> AuthorDate: Fri Jul 14 07:12:27 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Jul 14 07:12:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8cfff8e sys-firmware/intel-microcode-20170707: amd64 and x86 stable, bug 624556 sys-firmware/intel-microcode/intel-microcode-20170707.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-firmware/intel-microcode/intel-microcode-20170707.ebuild b/sys-firmware/intel-microcode/intel-microcode-20170707.ebuild index acab7d67475..386a152c3e2 100644 --- a/sys-firmware/intel-microcode/intel-microcode-20170707.ebuild +++ b/sys-firmware/intel-microcode/intel-microcode-20170707.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://downloadmirror.intel.com/${NUM}/eng/microcode-${PV}.tgz" LICENSE="intel-ucode" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 x86" IUSE="initramfs monolithic +split-ucode" REQUIRED_USE="|| ( initramfs monolithic split-ucode )"