blob: 908e561be9c8595b985103d5c50e2ccf88c783ee (
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.1 2011/08/28 21:12:33 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."
}
|