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