diff options
author | Jason Zaman <perfinion@gentoo.org> | 2021-01-31 21:51:55 -0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2021-02-01 19:59:53 -0800 |
commit | b68f651e8f41695ba7edd0617a82f39569cfb472 (patch) | |
tree | bd2b8d8b51b033ef5d3ecfbcc0a1d793f503fb39 /sec-policy | |
parent | dev-php/pecl-timezonedb: bump to v2021.1 (diff) | |
download | gentoo-b68f651e8f41695ba7edd0617a82f39569cfb472.tar.gz gentoo-b68f651e8f41695ba7edd0617a82f39569cfb472.tar.bz2 gentoo-b68f651e8f41695ba7edd0617a82f39569cfb472.zip |
sec-policy/selinux-base-policy: Drop removed hotplug policy module
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'sec-policy')
-rw-r--r-- | sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild b/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild index 5de9dfd5ff41..171244e9e45e 100644 --- a/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild +++ b/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -27,7 +27,7 @@ BDEPEND=" sys-apps/checkpolicy sys-devel/m4" -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 systemd tmpfiles udev userdomain usermanage unprivuser xdg" +MODS="application authlogin bootloader clock consoletype cron dmesg fstools getty hostname init iptables libraries locallogin logging lvm miscfiles modutils mount mta netutils nscd portage raid rsync selinuxutil setrans ssh staff storage su sysadm sysnetwork systemd tmpfiles udev userdomain usermanage unprivuser xdg" LICENSE="GPL-2" SLOT="0" S="${WORKDIR}/" |