summaryrefslogtreecommitdiff
blob: 5a352da3f3d255da189ff881b6cdd6af8f8c193d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-xfce4/selinux-xfce4-2.20110427.ebuild,v 1.2 2011/10/23 12:42:45 swift Exp $

EAPI=4

DESCRIPTION="SELinux policy for xfce4"
HOMEPAGE="http://hardened.gentoo.org"
SRC_URI=""

LICENSE="as-is"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

RDEPEND=">=sec-policy/selinux-base-policy-2.20110726-r1"

pkg_postinst() {
	elog "selinux-xfce4 is not needed anymore. All its functionality has been"
	elog "included in the base policy since 2.20110726-r1."
}