diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2018-05-24 01:15:21 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2018-05-24 01:15:21 +0200 |
commit | 12b01171741cf50f2e55ceaf34c3f12d85550a09 (patch) | |
tree | 185ac9ca5fdbf20de088e63098b3d5240adf9a83 | |
parent | app-admin/abrt: bumpity bump bump (diff) | |
download | gentoo-12b01171741cf50f2e55ceaf34c3f12d85550a09.tar.gz gentoo-12b01171741cf50f2e55ceaf34c3f12d85550a09.tar.bz2 gentoo-12b01171741cf50f2e55ceaf34c3f12d85550a09.zip |
profiles: mask abrt & libreport in selinux profiles due to systemd usage
-rw-r--r-- | profiles/features/selinux/package.mask | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/features/selinux/package.mask b/profiles/features/selinux/package.mask index 99c776791b51..cce0476c2e4f 100644 --- a/profiles/features/selinux/package.mask +++ b/profiles/features/selinux/package.mask @@ -35,3 +35,8 @@ sys-apps/gentoo-systemd-integration sys-apps/systemd-readahead sys-process/systemd-cron sys-apps/dbus-broker + +# Gilles Dartiguelongue <eva@gentoo.org> (24 May 2018) +# Packages use systemd unconditionally for now +>=app-admin/abrt-2.10 +>=dev-libs/libreport-2.9 |