2018-04-27 20:47:46 +03:00
|
|
|
# Copyright 1999-2018 Gentoo Foundation
|
2012-10-14 19:43:16 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2017-11-07 22:37:05 +03:00
|
|
|
|
2016-12-12 09:08:56 +03:00
|
|
|
EAPI="6"
|
2012-10-14 19:43:16 +04:00
|
|
|
|
|
|
|
IUSE=""
|
|
|
|
MODS="chronyd"
|
|
|
|
|
|
|
|
inherit selinux-policy-2
|
|
|
|
|
|
|
|
DESCRIPTION="SELinux policy for chronyd"
|
|
|
|
|
2016-02-17 08:56:23 +03:00
|
|
|
if [[ ${PV} != 9999* ]] ; then
|
2017-09-23 14:44:28 +03:00
|
|
|
KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86"
|
2014-11-02 00:12:14 +03:00
|
|
|
fi
|