diff options
author | 2011-02-18 19:44:13 +0000 | |
---|---|---|
committer | 2011-02-18 19:44:13 +0000 | |
commit | e6f2532280dada2fe61f5225ccb73cf0be942348 (patch) | |
tree | 834644c7859df082726dd37c9416996180ef4f78 /profiles/selinux/package.use.mask | |
parent | version bump (diff) | |
download | historical-e6f2532280dada2fe61f5225ccb73cf0be942348.tar.gz historical-e6f2532280dada2fe61f5225ccb73cf0be942348.tar.bz2 historical-e6f2532280dada2fe61f5225ccb73cf0be942348.zip |
Force Python 2 for sys-apps/portage in SELinux profiles.
Diffstat (limited to 'profiles/selinux/package.use.mask')
-rw-r--r-- | profiles/selinux/package.use.mask | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/selinux/package.use.mask b/profiles/selinux/package.use.mask index 52b8facad54c..1a3b9efdf02b 100644 --- a/profiles/selinux/package.use.mask +++ b/profiles/selinux/package.use.mask @@ -4,3 +4,7 @@ media-sound/pulseaudio policykit # requires gcc-4.4 app-emulation/wine win64 + +# Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> (18 Feb 2011) +# sys-apps/portage depends on sys-libs/libselinux, which currently does not support Python 3. +sys-apps/portage python3 |