Parent Directory
|
Revision Log
Stabilize 2.20141203-r3 policies (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
1 | # Copyright 1999-2015 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-phpfpm/selinux-phpfpm-2.20141203-r3.ebuild,v 1.1 2015/01/29 09:52:11 perfinion Exp $ |
4 | EAPI="5" |
5 | |
6 | IUSE="" |
7 | MODS="phpfpm" |
8 | |
9 | inherit selinux-policy-2 |
10 | |
11 | DESCRIPTION="SELinux policy for phpfpm" |
12 | |
13 | if [[ $PV == 9999* ]] ; then |
14 | KEYWORDS="" |
15 | else |
16 | KEYWORDS="amd64 x86" |
17 | fi |
18 | DEPEND="${DEPEND} |
19 | sec-policy/selinux-apache |
20 | " |
21 | RDEPEND="${RDEPEND} |
22 | sec-policy/selinux-apache |
23 | " |
ViewVC Help | |
Powered by ViewVC 1.1.20 |