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