2016-09-02 13:59:05 +03:00
|
|
|
# Copyright 1999-2016 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# $Id$
|
|
|
|
EAPI="5"
|
|
|
|
|
|
|
|
IUSE=""
|
|
|
|
MODS="abrt"
|
|
|
|
|
|
|
|
inherit selinux-policy-2
|
|
|
|
|
|
|
|
DESCRIPTION="SELinux policy for abrt"
|
|
|
|
|
|
|
|
if [[ ${PV} != 9999* ]] ; then
|
2016-11-24 08:59:02 +03:00
|
|
|
KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
|
2016-09-02 13:59:05 +03:00
|
|
|
fi
|