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 218A7139086 for ; Wed, 21 Dec 2016 11:23:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EE91E0C78; Wed, 21 Dec 2016 11:23:50 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 673FBE0C78 for ; Wed, 21 Dec 2016 11:23:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50414340C9F for ; Wed, 21 Dec 2016 11:23:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE33524DC for ; Wed, 21 Dec 2016 11:23:47 +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: <1482319406.e2ce217e5f9f884b5bd30bb10d68c1a4b5f14d99.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-20151106.ebuild X-VCS-Directories: sys-firmware/intel-microcode/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: e2ce217e5f9f884b5bd30bb10d68c1a4b5f14d99 X-VCS-Branch: master Date: Wed, 21 Dec 2016 11:23:47 +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: 2ffc4381-bbff-4b95-a0ec-94153911e487 X-Archives-Hash: 8bcffd47d5e1b14d6686ac0e81541c3e commit: e2ce217e5f9f884b5bd30bb10d68c1a4b5f14d99 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Dec 21 10:42:07 2016 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Dec 21 11:23:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2ce217e sys-firmware/intel-microcode: x86 stable (bug #587584) Package-Manager: Portage-2.3.2, Repoman-2.3.1 sys-firmware/intel-microcode/intel-microcode-20151106.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-firmware/intel-microcode/intel-microcode-20151106.ebuild b/sys-firmware/intel-microcode/intel-microcode-20151106.ebuild index b639726..bdbb73a 100644 --- a/sys-firmware/intel-microcode/intel-microcode-20151106.ebuild +++ b/sys-firmware/intel-microcode/intel-microcode-20151106.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,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 )"