2017-06-14 01:05:40 +03:00
|
|
|
# Copyright 1999-2017 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2017-11-07 22:37:05 +03:00
|
|
|
|
2017-06-14 01:05:40 +03:00
|
|
|
EAPI="6"
|
|
|
|
|
|
|
|
IUSE=""
|
|
|
|
MODS="vpn"
|
|
|
|
|
|
|
|
inherit selinux-policy-2
|
|
|
|
|
|
|
|
DESCRIPTION="SELinux policy for vpn"
|
|
|
|
|
|
|
|
if [[ ${PV} != 9999* ]] ; then
|
2017-09-23 14:44:28 +03:00
|
|
|
KEYWORDS="amd64 -arm ~arm64 ~mips x86"
|
2017-06-14 01:05:40 +03:00
|
|
|
fi
|