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