diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-06-04 19:49:10 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-06-04 19:49:10 +0000 |
commit | 8a836e9a7e3d6f7414d143b58678c831fcc10225 (patch) | |
tree | 9aa8a24426b8ed9e5aa8a66bfb78765e5ef4060f /sec-policy | |
parent | Fix metadata, sync with bumblebee overlay changes, apply Michał Górny's pat... (diff) | |
download | historical-8a836e9a7e3d6f7414d143b58678c831fcc10225.tar.gz historical-8a836e9a7e3d6f7414d143b58678c831fcc10225.tar.bz2 historical-8a836e9a7e3d6f7414d143b58678c831fcc10225.zip |
Adding dep on apache policy, needed for context
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'sec-policy')
4 files changed, 14 insertions, 4 deletions
diff --git a/sec-policy/selinux-apcupsd/ChangeLog b/sec-policy/selinux-apcupsd/ChangeLog index 6fb23fb98cba..04872c1e46fa 100644 --- a/sec-policy/selinux-apcupsd/ChangeLog +++ b/sec-policy/selinux-apcupsd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sec-policy/selinux-apcupsd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-apcupsd/ChangeLog,v 1.8 2012/05/13 11:50:21 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-apcupsd/ChangeLog,v 1.9 2012/06/04 19:48:34 swift Exp $ + + 04 Jun 2012; <swift@gentoo.org> selinux-apcupsd-2.20120215.ebuild: + Add dependency on selinux-apache 13 May 2012; <swift@gentoo.org> -selinux-apcupsd-2.20110726.ebuild: Removing deprecated ebuilds (cleanup) diff --git a/sec-policy/selinux-apcupsd/selinux-apcupsd-2.20120215.ebuild b/sec-policy/selinux-apcupsd/selinux-apcupsd-2.20120215.ebuild index 6657f33fdc4a..d458540bb8e9 100644 --- a/sec-policy/selinux-apcupsd/selinux-apcupsd-2.20120215.ebuild +++ b/sec-policy/selinux-apcupsd/selinux-apcupsd-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-apcupsd/selinux-apcupsd-2.20120215.ebuild,v 1.2 2012/04/29 10:11:43 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-apcupsd/selinux-apcupsd-2.20120215.ebuild,v 1.3 2012/06/04 19:48:34 swift Exp $ EAPI="4" IUSE="" @@ -12,3 +12,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for apcupsd" KEYWORDS="amd64 x86" +DEPEND=">=sec-policy/selinux-apache-2.20120215" +RDEPEND="${DEPEND}" 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}" |