commit: fab5276bc2fb517df5dfd8752e63af7dace477ce Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sat Dec 5 11:21:42 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sat Dec 5 11:23:20 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fab5276b
profiles: Mask pypy support for app-portage/flaggie on selinux Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=567450 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> profiles/features/selinux/package.use.mask | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/features/selinux/package.use.mask b/profiles/features/selinux/package.use.mask index 0c3be43..429738c 100644 --- a/profiles/features/selinux/package.use.mask +++ b/profiles/features/selinux/package.use.mask @@ -13,6 +13,7 @@ app-portage/gentoolkit python_targets_pypy python_targets_pypy3 app-portage/layman python_targets_pypy python_targets_pypy3 app-admin/webapp-config python_targets_pypy python_targets_pypy3 app-portage/diffmask python_targets_pypy python_targets_pypy3 +app-portage/flaggie python_targets_pypy python_targets_pypy3 # Jason Zaman <[email protected]> (27 Jun 2015) # SystemD has no support in the SELinux policy at the moment.
