blob: 7e5aad13f746fcbb8b13d7bc6683177280f8d561 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="4"
DEPEND=">=sec-policy/selinux-ipsec-2.20110726"
IUSE=""
DESCRIPTION="SELinux policy for ipsec-tools (meta-package for ipsec)"
HOMEPAGE="http://hardened.gentoo.org/selinux"
KEYWORDS="~amd64 ~x86"
SLOT="0"
LICENSE="public-domain"
|