2021-04-03 22:41:26 +03:00
|
|
|
# Copyright 1999-2021 Gentoo Authors
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI="7"
|
|
|
|
|
|
|
|
IUSE=""
|
|
|
|
MODS="alsa"
|
|
|
|
|
|
|
|
inherit selinux-policy-2
|
|
|
|
|
|
|
|
DESCRIPTION="SELinux policy for alsa"
|
|
|
|
|
|
|
|
if [[ ${PV} != 9999* ]] ; then
|
2021-11-21 13:14:06 +03:00
|
|
|
KEYWORDS="amd64 arm arm64 ~mips x86"
|
2021-04-03 22:41:26 +03:00
|
|
|
fi
|