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 1B161139694 for ; Sat, 1 Jul 2017 15:12:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7997D27403D; Sat, 1 Jul 2017 15:12:24 +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 480C327403D for ; Sat, 1 Jul 2017 15:12:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9AB043418B5 for ; Sat, 1 Jul 2017 15:12:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BD547497 for ; Sat, 1 Jul 2017 15:12:21 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1498921929.07a64ecf199821fb1ee301d4f7415a9be0870469.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/microcode-ctl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/microcode-ctl/microcode-ctl-1.23.ebuild sys-apps/microcode-ctl/microcode-ctl-1.27.ebuild sys-apps/microcode-ctl/microcode-ctl-1.28-r1.ebuild sys-apps/microcode-ctl/microcode-ctl-1.28.ebuild X-VCS-Directories: sys-apps/microcode-ctl/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 07a64ecf199821fb1ee301d4f7415a9be0870469 X-VCS-Branch: master Date: Sat, 1 Jul 2017 15:12:21 +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: fc17bb2c-e898-48fa-911a-d4046fa8604d X-Archives-Hash: b696f1a4dc26e571f5e5ad8fa0069a8a commit: 07a64ecf199821fb1ee301d4f7415a9be0870469 Author: Sven Wegener gentoo org> AuthorDate: Fri Jun 30 15:33:08 2017 +0000 Commit: Sven Wegener gentoo org> CommitDate: Sat Jul 1 15:12:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07a64ecf sys-apps/microcode-ctl: Require monolithic intel-microcode Package-Manager: Portage-2.3.6, Repoman-2.3.2 sys-apps/microcode-ctl/microcode-ctl-1.23.ebuild | 4 ++-- sys-apps/microcode-ctl/microcode-ctl-1.27.ebuild | 4 ++-- sys-apps/microcode-ctl/microcode-ctl-1.28-r1.ebuild | 4 ++-- sys-apps/microcode-ctl/microcode-ctl-1.28.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.23.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.23.ebuild index b8b3dab707b..1eb00abb928 100644 --- a/sys-apps/microcode-ctl/microcode-ctl-1.23.ebuild +++ b/sys-apps/microcode-ctl/microcode-ctl-1.23.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -16,7 +16,7 @@ KEYWORDS="-* amd64 x86" IUSE="selinux" DEPEND="" -RDEPEND=">=sys-firmware/intel-microcode-20090330 +RDEPEND=">=sys-firmware/intel-microcode-20090330[monolithic(+)] selinux? ( sec-policy/selinux-cpucontrol )" S=${WORKDIR}/${MY_P} diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.27.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.27.ebuild index 63ddd20dbcb..0943b22c05d 100644 --- a/sys-apps/microcode-ctl/microcode-ctl-1.27.ebuild +++ b/sys-apps/microcode-ctl/microcode-ctl-1.27.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -16,7 +16,7 @@ KEYWORDS="-* ~amd64 ~x86" IUSE="selinux" DEPEND="" -RDEPEND=">=sys-firmware/intel-microcode-20090330 +RDEPEND=">=sys-firmware/intel-microcode-20090330[monolithic(+)] selinux? ( sec-policy/selinux-cpucontrol )" S=${WORKDIR}/${MY_P} diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.28-r1.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.28-r1.ebuild index ab1814afb13..f7ff8cd2c45 100644 --- a/sys-apps/microcode-ctl/microcode-ctl-1.28-r1.ebuild +++ b/sys-apps/microcode-ctl/microcode-ctl-1.28-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -16,7 +16,7 @@ KEYWORDS="-* ~amd64 ~x86" IUSE="selinux" DEPEND="" -RDEPEND=">=sys-firmware/intel-microcode-20090330 +RDEPEND=">=sys-firmware/intel-microcode-20090330[monolithic(+)] selinux? ( sec-policy/selinux-cpucontrol )" S=${WORKDIR}/${MY_P} diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.28.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.28.ebuild index 63ddd20dbcb..0943b22c05d 100644 --- a/sys-apps/microcode-ctl/microcode-ctl-1.28.ebuild +++ b/sys-apps/microcode-ctl/microcode-ctl-1.28.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -16,7 +16,7 @@ KEYWORDS="-* ~amd64 ~x86" IUSE="selinux" DEPEND="" -RDEPEND=">=sys-firmware/intel-microcode-20090330 +RDEPEND=">=sys-firmware/intel-microcode-20090330[monolithic(+)] selinux? ( sec-policy/selinux-cpucontrol )" S=${WORKDIR}/${MY_P}