summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2013-09-15 18:00:47 +0000
committerSven Vermeulen <swift@gentoo.org>2013-09-15 18:00:47 +0000
commit411eec4784bc60db4a1ab7b1ae6363cf97876d73 (patch)
treee52a09cfe696cad715496eacf4c3a94f44b6e490 /sys-apps
parentadd ~arm, bug #483324 (diff)
downloadgentoo-2-411eec4784bc60db4a1ab7b1ae6363cf97876d73.tar.gz
gentoo-2-411eec4784bc60db4a1ab7b1ae6363cf97876d73.tar.bz2
gentoo-2-411eec4784bc60db4a1ab7b1ae6363cf97876d73.zip
Adding (USE=selinux triggered) dependency on selinux-cpucontrol
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0xCDBA2FDB)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/microcode-ctl/ChangeLog6
-rw-r--r--sys-apps/microcode-ctl/microcode-ctl-1.17-r2.ebuild8
-rw-r--r--sys-apps/microcode-ctl/microcode-ctl-1.23.ebuild8
3 files changed, 15 insertions, 7 deletions
diff --git a/sys-apps/microcode-ctl/ChangeLog b/sys-apps/microcode-ctl/ChangeLog
index 18256f8390dc..4c5ff5d5cdd8 100644
--- a/sys-apps/microcode-ctl/ChangeLog
+++ b/sys-apps/microcode-ctl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/microcode-ctl
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/ChangeLog,v 1.33 2013/09/14 16:38:47 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/ChangeLog,v 1.34 2013/09/15 18:00:47 swift Exp $
+
+ 15 Sep 2013; Sven Vermeulen <swift@gentoo.org> microcode-ctl-1.17-r2.ebuild,
+ microcode-ctl-1.23.ebuild:
+ Adding dependency on SELinux cpucontrol policy
*microcode-ctl-1.23 (14 Sep 2013)
diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.17-r2.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.17-r2.ebuild
index 5f3d13cda2e8..af4b9d84a98d 100644
--- a/sys-apps/microcode-ctl/microcode-ctl-1.17-r2.ebuild
+++ b/sys-apps/microcode-ctl/microcode-ctl-1.17-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.17-r2.ebuild,v 1.4 2013/09/14 16:38:47 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.17-r2.ebuild,v 1.5 2013/09/15 18:00:47 swift Exp $
inherit linux-info toolchain-funcs
@@ -12,9 +12,11 @@ SRC_URI="http://www.urbanmyth.org/microcode/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* amd64 x86"
-IUSE=""
+IUSE="selinux"
-RDEPEND=">=sys-apps/microcode-data-20090330"
+DEPEND="selinux? ( sec-policy/selinux-cpucontrol )"
+RDEPEND=">=sys-apps/microcode-data-20090330
+ selinux? ( sec-policy/selinux-cpucontrol )"
S=${WORKDIR}/${MY_P}
diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.23.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.23.ebuild
index 0db1f8c114bb..54c8babcbb8d 100644
--- a/sys-apps/microcode-ctl/microcode-ctl-1.23.ebuild
+++ b/sys-apps/microcode-ctl/microcode-ctl-1.23.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.23.ebuild,v 1.1 2013/09/14 16:38:47 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.23.ebuild,v 1.2 2013/09/15 18:00:47 swift Exp $
EAPI="5"
@@ -14,9 +14,11 @@ SRC_URI="https://fedorahosted.org/released/${PN/-/_}/${MY_P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
+IUSE="selinux"
-RDEPEND=">=sys-apps/microcode-data-20090330"
+DEPEND="selinux? ( sec-policy/selinux-cpucontrol )"
+RDEPEND=">=sys-apps/microcode-data-20090330
+ selinux? ( sec-policy/selinux-cpucontrol )"
S=${WORKDIR}/${MY_P}