summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2012-06-04 19:49:10 +0000
committerSven Vermeulen <swift@gentoo.org>2012-06-04 19:49:10 +0000
commita94320e3689b6b54029d866aa52b036680f029c9 (patch)
tree06d507a652be594c3a182ee610246da0b533862b /sec-policy
parentAdding dep on apache policy, needed for context (diff)
downloadgentoo-2-a94320e3689b6b54029d866aa52b036680f029c9.tar.gz
gentoo-2-a94320e3689b6b54029d866aa52b036680f029c9.tar.bz2
gentoo-2-a94320e3689b6b54029d866aa52b036680f029c9.zip
Adding dep on apache policy, needed for context
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sec-policy')
-rw-r--r--sec-policy/selinux-awstats/ChangeLog5
-rw-r--r--sec-policy/selinux-awstats/selinux-awstats-2.20120215.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/sec-policy/selinux-awstats/ChangeLog b/sec-policy/selinux-awstats/ChangeLog
index 62207140a0a0..0bc7a662bfc1 100644
--- a/sec-policy/selinux-awstats/ChangeLog
+++ b/sec-policy/selinux-awstats/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sec-policy/selinux-awstats
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-awstats/ChangeLog,v 1.8 2012/05/13 11:50:28 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-awstats/ChangeLog,v 1.9 2012/06/04 19:49:10 swift Exp $
+
+ 04 Jun 2012; <swift@gentoo.org> selinux-awstats-2.20120215.ebuild:
+ Add dep on selinux-apache
13 May 2012; <swift@gentoo.org> -selinux-awstats-2.20110726.ebuild:
Removing deprecated ebuilds (cleanup)
diff --git a/sec-policy/selinux-awstats/selinux-awstats-2.20120215.ebuild b/sec-policy/selinux-awstats/selinux-awstats-2.20120215.ebuild
index efc726b3e948..dd1349c0dab7 100644
--- a/sec-policy/selinux-awstats/selinux-awstats-2.20120215.ebuild
+++ b/sec-policy/selinux-awstats/selinux-awstats-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-awstats/selinux-awstats-2.20120215.ebuild,v 1.2 2012/04/29 10:11:33 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-awstats/selinux-awstats-2.20120215.ebuild,v 1.3 2012/06/04 19:49:10 swift Exp $
EAPI="4"
IUSE=""
@@ -12,3 +12,5 @@ inherit selinux-policy-2
DESCRIPTION="SELinux policy for awstats"
KEYWORDS="amd64 x86"
+DEPEND=">=sec-policy/selinux-apache-2.20120215"
+RDEPEND="${DEPEND}"