sec-policy/selinux-base-policy: Use DEPEND on selinux-base rather than RDEPEND
authorSven Vermeulen <swift@gentoo.org>
Sun, 5 Jun 2016 08:58:28 +0000 (10:58 +0200)
committerSven Vermeulen <swift@gentoo.org>
Sun, 5 Jun 2016 09:00:34 +0000 (11:00 +0200)
The sec-policy/selinux-base-policy package builds the base SELinux policy
modules for a system, and requires the interface files for it that are
provided by the sec-policy/selinux-base package. As such, we need a DEPEND
on this rather than an RDEPEND.

Package-Manager: portage-2.2.28

sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild

index 062dec634f2c73d92945f234a49c0c7750939810..0a47b94e71348459f28db9a469bd3b367de0d86e 100644 (file)
@@ -22,9 +22,8 @@ DESCRIPTION="SELinux policy for core modules"
 
 IUSE="systemd +unconfined"
 
-RDEPEND="=sec-policy/selinux-base-${PVR}[systemd?]"
 PDEPEND="unconfined? ( sec-policy/selinux-unconfined )"
-DEPEND=""
+DEPEND="=sec-policy/selinux-base-${PVR}[systemd?]"
 
 MODS="application authlogin bootloader clock consoletype cron dmesg fstools getty hostname hotplug init iptables libraries locallogin logging lvm miscfiles modutils mount mta netutils nscd portage raid rsync selinuxutil setrans ssh staff storage su sysadm sysnetwork tmpfiles udev userdomain usermanage unprivuser xdg"
 LICENSE="GPL-2"