You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
292 B
16 lines
292 B
7 years ago
|
# Copyright 1999-2018 Gentoo Foundation
|
||
8 years ago
|
# Distributed under the terms of the GNU General Public License v2
|
||
7 years ago
|
|
||
8 years ago
|
EAPI="6"
|
||
|
|
||
|
IUSE=""
|
||
|
MODS="unconfined"
|
||
|
|
||
|
inherit selinux-policy-2
|
||
|
|
||
|
DESCRIPTION="SELinux policy for unconfined"
|
||
|
|
||
|
if [[ ${PV} != 9999* ]] ; then
|
||
7 years ago
|
KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86"
|
||
8 years ago
|
fi
|