[sec-policy/selinux-systemd] temporary adding this for hopefully fixing postinst of selinux-base-policy and others

This commit is contained in:
2016-01-02 07:22:45 +01:00
parent 56bc785c07
commit f73f805c97
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
IUSE=""
MODS="systemd"
inherit selinux-policy-2
DESCRIPTION="SELinux policy for SystemD"
if [[ $PV == 9999* ]] ; then
KEYWORDS=""
else
KEYWORDS="~amd64 ~x86"
fi