From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1028406-garchives=archives.gentoo.org@lists.gentoo.org> 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 E2D32138334 for <garchives@archives.gentoo.org>; Thu, 7 Jun 2018 00:02:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0067FE0C34; Thu, 7 Jun 2018 00:02:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7E177E0C34 for <gentoo-commits@lists.gentoo.org>; Thu, 7 Jun 2018 00:02:45 +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 BD3B7335C8C for <gentoo-commits@lists.gentoo.org>; Thu, 7 Jun 2018 00:02:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1338B2C7 for <gentoo-commits@lists.gentoo.org>; Thu, 7 Jun 2018 00:02:40 +0000 (UTC) From: "Thomas Deutschmann" <whissi@gentoo.org> 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" <whissi@gentoo.org> Message-ID: <1528329736.721bf858fc436f9f0139f9410be5eda1e4bc63e6.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-20180527-r1.ebuild X-VCS-Directories: sys-firmware/intel-microcode/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 721bf858fc436f9f0139f9410be5eda1e4bc63e6 X-VCS-Branch: master Date: Thu, 7 Jun 2018 00:02:40 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3cdf43ee-e04e-49ff-b650-33d7bfe4f0ac X-Archives-Hash: 7b8b4748e392066d1a8f1de31b74b284 commit: 721bf858fc436f9f0139f9410be5eda1e4bc63e6 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Thu Jun 7 00:02:16 2018 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Thu Jun 7 00:02:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=721bf858 sys-firmware/intel-microcode: amd64 & x86 stable Package-Manager: Portage-2.3.40, Repoman-2.3.9 sys-firmware/intel-microcode/intel-microcode-20180527-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-firmware/intel-microcode/intel-microcode-20180527-r1.ebuild b/sys-firmware/intel-microcode/intel-microcode-20180527-r1.ebuild index 53450c16d44..27b8f2ad168 100644 --- a/sys-firmware/intel-microcode/intel-microcode-20180527-r1.ebuild +++ b/sys-firmware/intel-microcode/intel-microcode-20180527-r1.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://downloadmirror.intel.com/${NUM}/eng/microcode-${INTEL_SNAPSHOT} LICENSE="intel-ucode" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 x86" IUSE="hostonly initramfs +split-ucode vanilla" REQUIRED_USE="|| ( initramfs split-ucode )"