summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2012-06-09 07:23:21 +0000
committerSven Vermeulen <swift@gentoo.org>2012-06-09 07:23:21 +0000
commit6299051a4f4f128e1ad1084130b2e4d929677117 (patch)
treeb6d978a6323f9dbcec895062c4b084817fa8bf64 /sec-policy
parentmarked x86 per bug 418601 (diff)
downloadgentoo-2-6299051a4f4f128e1ad1084130b2e4d929677117.tar.gz
gentoo-2-6299051a4f4f128e1ad1084130b2e4d929677117.tar.bz2
gentoo-2-6299051a4f4f128e1ad1084130b2e4d929677117.zip
Adding dep on selinux-apache, fixes build failure
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sec-policy')
-rw-r--r--sec-policy/selinux-nut/ChangeLog5
-rw-r--r--sec-policy/selinux-nut/selinux-nut-2.20120215.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/sec-policy/selinux-nut/ChangeLog b/sec-policy/selinux-nut/ChangeLog
index dcf3888c315e..f6328bf59778 100644
--- a/sec-policy/selinux-nut/ChangeLog
+++ b/sec-policy/selinux-nut/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sec-policy/selinux-nut
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nut/ChangeLog,v 1.8 2012/05/13 11:50:16 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nut/ChangeLog,v 1.9 2012/06/09 07:23:21 swift Exp $
+
+ 09 Jun 2012; <swift@gentoo.org> selinux-nut-2.20120215.ebuild:
+ Adding dependency on selinux-apache, fixes build failure
13 May 2012; <swift@gentoo.org> -selinux-nut-2.20110726.ebuild:
Removing deprecated ebuilds (cleanup)
diff --git a/sec-policy/selinux-nut/selinux-nut-2.20120215.ebuild b/sec-policy/selinux-nut/selinux-nut-2.20120215.ebuild
index 6d839cf60049..cdb6daec09a3 100644
--- a/sec-policy/selinux-nut/selinux-nut-2.20120215.ebuild
+++ b/sec-policy/selinux-nut/selinux-nut-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-nut/selinux-nut-2.20120215.ebuild,v 1.2 2012/04/29 10:11:45 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nut/selinux-nut-2.20120215.ebuild,v 1.3 2012/06/09 07:23:21 swift Exp $
EAPI="4"
IUSE=""
@@ -12,3 +12,5 @@ inherit selinux-policy-2
DESCRIPTION="SELinux policy for nut"
KEYWORDS="amd64 x86"
+DEPEND=">=sec-policy/selinux-apache-2.20120215"
+RDEPEND="${DEPEND}"