diff options
author | 2019-10-15 15:13:51 +0200 | |
---|---|---|
committer | 2019-10-15 15:16:54 +0200 | |
commit | 357587f0928af57c35fc1e22faac8889c270353d (patch) | |
tree | a2d940a26b83cdfd7a318d8f1527a24b1b0fa1d5 | |
parent | dev-php/pecl-amqp: Drop old (diff) | |
download | gentoo-357587f0928af57c35fc1e22faac8889c270353d.tar.gz gentoo-357587f0928af57c35fc1e22faac8889c270353d.tar.bz2 gentoo-357587f0928af57c35fc1e22faac8889c270353d.zip |
profiles: selinux: Restrict sys-apps/bolt package.mask to <0.5
>=0.5 gained USE systemd to switch it off.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | profiles/features/selinux/package.mask | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/features/selinux/package.mask b/profiles/features/selinux/package.mask index 6d7e832d3cbc..bcd4175104f8 100644 --- a/profiles/features/selinux/package.mask +++ b/profiles/features/selinux/package.mask @@ -1,6 +1,6 @@ # Matthew Thode <prometheanfire@gentoo.org> (2018-07-30) # sys-apps/bolt links against systemd, which gentoo SELinux does not support -sys-apps/bolt +<sys-apps/bolt-0.5 # Göktürk Yüksek <gokturk@gentoo.org> (2016-11-09) # On behalf of proxy-maint |