blob: c5c119872b328c49953b88bf54047b0a14847a9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-bluez/selinux-bluez-2.20110726.ebuild,v 1.1 2011/08/28 21:13:02 swift Exp $
EAPI="4"
DEPEND=">=sec-policy/selinux-bluetooth-2.20110726"
IUSE=""
DESCRIPTION="SELinux policy for Bluez (meta-package for bluetooth)"
HOMEPAGE="http://hardened.gentoo.org/selinux"
KEYWORDS="~amd64 ~x86"
SLOT="0"
LICENSE="public-domain"
|