diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-06-04 19:59:11 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-06-04 19:59:11 +0000 |
commit | 6df1c080412b738e0e64792b5a68f8b0737be9f0 (patch) | |
tree | 80927ad539ec914710a1322869f5a8b4d65a81a6 /sec-policy | |
parent | Version bump, fix SRC_URI/HOMEPAGE (reported by df, bug 416163) (diff) | |
download | gentoo-2-6df1c080412b738e0e64792b5a68f8b0737be9f0.tar.gz gentoo-2-6df1c080412b738e0e64792b5a68f8b0737be9f0.tar.bz2 gentoo-2-6df1c080412b738e0e64792b5a68f8b0737be9f0.zip |
Adding apache policy dep, needed for context definition
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sec-policy')
-rw-r--r-- | sec-policy/selinux-munin/ChangeLog | 5 | ||||
-rw-r--r-- | sec-policy/selinux-munin/selinux-munin-2.20120215.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sec-policy/selinux-munin/ChangeLog b/sec-policy/selinux-munin/ChangeLog index 0ce2409515b6..3ce3f3aab383 100644 --- a/sec-policy/selinux-munin/ChangeLog +++ b/sec-policy/selinux-munin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sec-policy/selinux-munin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-munin/ChangeLog,v 1.18 2012/05/13 11:50:51 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-munin/ChangeLog,v 1.19 2012/06/04 19:59:11 swift Exp $ + + 04 Jun 2012; <swift@gentoo.org> selinux-munin-2.20120215.ebuild: + Adding dep on apache policy 13 May 2012; <swift@gentoo.org> -selinux-munin-2.20110726.ebuild: Removing deprecated ebuilds (cleanup) diff --git a/sec-policy/selinux-munin/selinux-munin-2.20120215.ebuild b/sec-policy/selinux-munin/selinux-munin-2.20120215.ebuild index 33e534f1e5d0..2c6d6fb53732 100644 --- a/sec-policy/selinux-munin/selinux-munin-2.20120215.ebuild +++ b/sec-policy/selinux-munin/selinux-munin-2.20120215.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-munin/selinux-munin-2.20120215.ebuild,v 1.2 2012/04/29 10:11:55 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-munin/selinux-munin-2.20120215.ebuild,v 1.3 2012/06/04 19:59:11 swift Exp $ EAPI="4" IUSE="" @@ -12,3 +12,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for munin" KEYWORDS="amd64 x86" +DEPEND=">=sec-policy/selinux-apache-2.20120215" +RDEPEND="${DEPEND}" |