diff options
author | Jason Zaman <perfinion@gentoo.org> | 2015-06-05 15:58:58 +0000 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2015-06-05 15:58:58 +0000 |
commit | c9333b36a6f3ceb912de509971e5d97046d6c8bd (patch) | |
tree | 2c3930d1331061123aa3c4025cd74b52400de104 /sec-policy/selinux-gpsd/selinux-gpsd-2.20141203-r6.ebuild | |
parent | arm stable wrt bug #546484 (diff) | |
download | historical-c9333b36a6f3ceb912de509971e5d97046d6c8bd.tar.gz historical-c9333b36a6f3ceb912de509971e5d97046d6c8bd.tar.bz2 historical-c9333b36a6f3ceb912de509971e5d97046d6c8bd.zip |
Release of 2.20141203-r6
Package-Manager: portage-2.2.18/cvs/Linux x86_64
Manifest-Sign-Key: 0x7EF137EC935B0EAF
Diffstat (limited to 'sec-policy/selinux-gpsd/selinux-gpsd-2.20141203-r6.ebuild')
-rw-r--r-- | sec-policy/selinux-gpsd/selinux-gpsd-2.20141203-r6.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sec-policy/selinux-gpsd/selinux-gpsd-2.20141203-r6.ebuild b/sec-policy/selinux-gpsd/selinux-gpsd-2.20141203-r6.ebuild new file mode 100644 index 000000000000..b78636de0ecf --- /dev/null +++ b/sec-policy/selinux-gpsd/selinux-gpsd-2.20141203-r6.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-gpsd/selinux-gpsd-2.20141203-r6.ebuild,v 1.1 2015/06/05 15:57:17 perfinion Exp $ +EAPI="5" + +IUSE="" +MODS="gpsd" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for gpsd" + +if [[ $PV == 9999* ]] ; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi |