diff options
-rw-r--r-- | sec-policy/selinux-awstats/ChangeLog | 5 | ||||
-rw-r--r-- | sec-policy/selinux-awstats/selinux-awstats-2.20120215.ebuild | 4 |
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}" |