diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-11-02 09:49:37 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-11-02 09:49:37 +0000 |
commit | d188142a165fb7aca1d44d6e88e2697a0a93811c (patch) | |
tree | b7e4c632bfc7ec8d94f7b3e8980ab988a8ee2e69 /sys-apps/microcode-ctl | |
parent | Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug #... (diff) | |
download | gentoo-2-d188142a165fb7aca1d44d6e88e2697a0a93811c.tar.gz gentoo-2-d188142a165fb7aca1d44d6e88e2697a0a93811c.tar.bz2 gentoo-2-d188142a165fb7aca1d44d6e88e2697a0a93811c.zip |
Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug #527698)
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'sys-apps/microcode-ctl')
-rw-r--r-- | sys-apps/microcode-ctl/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/microcode-ctl/microcode-ctl-1.23.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/microcode-ctl/microcode-ctl-1.26.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/sys-apps/microcode-ctl/ChangeLog b/sys-apps/microcode-ctl/ChangeLog index e3e76fec449a..5775e7ffb32b 100644 --- a/sys-apps/microcode-ctl/ChangeLog +++ b/sys-apps/microcode-ctl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/microcode-ctl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/ChangeLog,v 1.37 2014/09/19 16:01:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/ChangeLog,v 1.38 2014/11/02 09:49:37 swift Exp $ + + 02 Nov 2014; Sven Vermeulen <swift@gentoo.org> microcode-ctl-1.23.ebuild, + microcode-ctl-1.26.ebuild: + Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug + #527698) *microcode-ctl-1.26 (19 Sep 2014) diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.23.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.23.ebuild index f427f657b74a..24f52a80cef9 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-2014 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.4 2014/01/14 13:58:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.23.ebuild,v 1.5 2014/11/02 09:49:37 swift Exp $ EAPI="5" @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="-* amd64 x86" IUSE="selinux" -DEPEND="selinux? ( sec-policy/selinux-cpucontrol )" +DEPEND="" RDEPEND=">=sys-apps/microcode-data-20090330 selinux? ( sec-policy/selinux-cpucontrol )" diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.26.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.26.ebuild index b01eef25cef0..20f257daedbb 100644 --- a/sys-apps/microcode-ctl/microcode-ctl-1.26.ebuild +++ b/sys-apps/microcode-ctl/microcode-ctl-1.26.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.26.ebuild,v 1.1 2014/09/19 16:01:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.26.ebuild,v 1.2 2014/11/02 09:49:37 swift Exp $ EAPI="5" @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="selinux" -DEPEND="selinux? ( sec-policy/selinux-cpucontrol )" +DEPEND="" RDEPEND=">=sys-apps/microcode-data-20090330 selinux? ( sec-policy/selinux-cpucontrol )" |