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 5C8BE1382C5 for ; Wed, 7 Feb 2018 03:26:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EBCBE0A04; Wed, 7 Feb 2018 03:26:18 +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 5E282E0A04 for ; Wed, 7 Feb 2018 03:26:18 +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 41F5B335C2F for ; Wed, 7 Feb 2018 03:26:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66C5D1DF for ; Wed, 7 Feb 2018 03:26:15 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1517973896.fcd864d2747ca7d8269a059dae2755f071ed1fe6.whissi@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-20171117-r1.ebuild X-VCS-Directories: sys-firmware/intel-microcode/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: fcd864d2747ca7d8269a059dae2755f071ed1fe6 X-VCS-Branch: master Date: Wed, 7 Feb 2018 03:26:15 +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: 334367b0-830a-4987-90c5-e2ac4bd8061f X-Archives-Hash: 2aa71327e8c2671e293dd2f06f5216ad commit: fcd864d2747ca7d8269a059dae2755f071ed1fe6 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Feb 7 03:19:20 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Feb 7 03:24:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd864d2 sys-firmware/intel-microcode: x86 & amd64 stable Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-firmware/intel-microcode/intel-microcode-20171117-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-firmware/intel-microcode/intel-microcode-20171117-r1.ebuild b/sys-firmware/intel-microcode/intel-microcode-20171117-r1.ebuild index f58fcaea14a..17e267c7816 100644 --- a/sys-firmware/intel-microcode/intel-microcode-20171117-r1.ebuild +++ b/sys-firmware/intel-microcode/intel-microcode-20171117-r1.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 +split-ucode" REQUIRED_USE="|| ( initramfs split-ucode )"