Index: pym/portage.py =================================================================== --- pym/portage.py (revision 2674) +++ pym/portage.py (working copy) @@ -6685,7 +6685,10 @@ if 'selinux' in settings["USE"].split(" "): try: - import selinux + try: + import selinux_aux as selinux + except ImportError: + import selinux if hasattr(selinux, "enabled"): selinux_enabled = selinux.enabled else: