15 lines
325 B
Bash
15 lines
325 B
Bash
# Copyright 1999-2016 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id: 54a0bef7e608ed5006b7799301bce53444aba0f6 $
|
|
EAPI="6"
|
|
|
|
IUSE=""
|
|
MODS="rpm"
|
|
|
|
inherit selinux-policy-2
|
|
|
|
DESCRIPTION="SELinux policy for rpm"
|
|
|
|
if [[ ${PV} != 9999* ]] ; then
|
|
KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
|
|
fi
|