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