blob: 46bf48ef633d7c10cccb509858cd1c891bbefc7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-oidentd/selinux-oidentd-2.20110726.ebuild,v 1.4 2012/01/29 11:23:09 swift Exp $
EAPI="3"
DESCRIPTION="SELinux policy for oidentd (meta-package for selinux-oident)"
HOMEPAGE="http://hardened.gentoo.org/selinux"
SRC_URI=""
IUSE=""
LICENSE="as-is"
SLOT="0"
KEYWORDS="amd64 x86"
RDEPEND=">=sec-policy/selinux-oident-2.20110726"
|