17 lines
422 B
Bash
17 lines
422 B
Bash
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-qemu/selinux-qemu-2.20140311-r6.ebuild,v 1.1 2014/08/21 19:31:05 swift Exp $
|
|
EAPI="5"
|
|
|
|
IUSE=""
|
|
MODS="qemu"
|
|
|
|
inherit selinux-policy-2
|
|
|
|
DESCRIPTION="SELinux policy for qemu"
|
|
|
|
KEYWORDS="~amd64 ~x86"
|
|
DEPEND="${DEPEND}
|
|
sec-policy/selinux-virt
|
|
"
|
|
RDEPEND="${DEPEND}"
|