From ea264642ee1b16a04ced4f7e29a235563c09051a Mon Sep 17 00:00:00 2001 From: Sven Vermeulen Date: Sat, 9 Jun 2012 07:25:03 +0000 Subject: Adding dep on selinux-apache, fixes build failure (Portage version: 2.1.10.49/cvs/Linux x86_64) --- sec-policy/selinux-nagios/ChangeLog | 5 ++++- sec-policy/selinux-nagios/selinux-nagios-2.20120215-r1.ebuild | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'sec-policy') diff --git a/sec-policy/selinux-nagios/ChangeLog b/sec-policy/selinux-nagios/ChangeLog index 6c540c4c01b3..df975fc6702d 100644 --- a/sec-policy/selinux-nagios/ChangeLog +++ b/sec-policy/selinux-nagios/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sec-policy/selinux-nagios # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nagios/ChangeLog,v 1.11 2012/05/20 18:40:09 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nagios/ChangeLog,v 1.12 2012/06/09 07:25:03 swift Exp $ + + 09 Jun 2012; selinux-nagios-2.20120215-r1.ebuild: + Adding dependency on selinux-apache, fixes build failure *selinux-nagios-2.20120215-r1 (20 May 2012) diff --git a/sec-policy/selinux-nagios/selinux-nagios-2.20120215-r1.ebuild b/sec-policy/selinux-nagios/selinux-nagios-2.20120215-r1.ebuild index 52c63398adb9..559f0813baaa 100644 --- a/sec-policy/selinux-nagios/selinux-nagios-2.20120215-r1.ebuild +++ b/sec-policy/selinux-nagios/selinux-nagios-2.20120215-r1.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-nagios/selinux-nagios-2.20120215-r1.ebuild,v 1.1 2012/05/20 18:40:09 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nagios/selinux-nagios-2.20120215-r1.ebuild,v 1.2 2012/06/09 07:25:03 swift Exp $ EAPI="4" IUSE="" @@ -12,3 +12,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for nagios" KEYWORDS="~amd64 ~x86" +DEPEND=">=sec-policy/selinux-apache-2.20120215" +RDEPEND="${DEPEND}" -- cgit v1.2.3-65-gdbad