blob: be7af6a7d0f7ef62e3a66208c5a81a6ed9dd5dbf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-bluez/selinux-bluez-20070928.ebuild,v 1.1 2007/11/27 02:46:08 pebenito Exp $
IUSE="dbus"
MODS="bluetooth"
inherit selinux-policy-2
RDEPEND="dbus? ( sec-policy/selinux-dbus )"
DESCRIPTION="SELinux policy for bluez bluetooth tools."
KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86"
|