2022-09-04 20:38:10 +03:00
|
|
|
# Copyright 1999-2022 Gentoo Authors
|
2012-10-14 19:46:44 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2017-11-07 22:38:02 +03:00
|
|
|
|
2020-11-30 08:39:41 +03:00
|
|
|
EAPI="7"
|
2012-10-14 19:46:44 +04:00
|
|
|
|
|
|
|
IUSE=""
|
2022-09-04 20:38:10 +03:00
|
|
|
MODS="syncthing"
|
2012-10-14 19:46:44 +04:00
|
|
|
|
|
|
|
inherit selinux-policy-2
|
|
|
|
|
2022-09-04 20:38:10 +03:00
|
|
|
DESCRIPTION="SELinux policy for syncthing"
|
2012-10-14 19:46:44 +04:00
|
|
|
|
2016-02-17 09:03:58 +03:00
|
|
|
if [[ ${PV} != 9999* ]] ; then
|
2022-10-10 22:33:04 +03:00
|
|
|
KEYWORDS="amd64 arm arm64 ~mips x86"
|
2014-11-02 00:14:59 +03:00
|
|
|
fi
|