summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2014-11-27 09:58:54 +0000
committerSven Vermeulen <swift@gentoo.org>2014-11-27 09:58:54 +0000
commit842edde463e9250af0acf2aa3e6fc54138a8cba4 (patch)
tree16d4b2ae3d68333ee9e95a8bec6ae693b64d30b1 /sec-policy/selinux-nagios
parentdev-perl/SVN-Mirror removal (bug #277407) (diff)
downloadgentoo-2-842edde463e9250af0acf2aa3e6fc54138a8cba4.tar.gz
gentoo-2-842edde463e9250af0acf2aa3e6fc54138a8cba4.tar.bz2
gentoo-2-842edde463e9250af0acf2aa3e6fc54138a8cba4.zip
Do not pull in DEPEND in RDEPEND unnecessary
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'sec-policy/selinux-nagios')
-rw-r--r--sec-policy/selinux-nagios/ChangeLog5
-rw-r--r--sec-policy/selinux-nagios/selinux-nagios-9999.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/sec-policy/selinux-nagios/ChangeLog b/sec-policy/selinux-nagios/ChangeLog
index 3080bb960157..a454c8ae7432 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-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nagios/ChangeLog,v 1.52 2014/11/01 17:38:33 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nagios/ChangeLog,v 1.53 2014/11/27 09:58:52 swift Exp $
+
+ 27 Nov 2014; Sven Vermeulen <swift@gentoo.org> selinux-nagios-9999.ebuild:
+ Do not pull in DEPEND in RDEPEND unnecessary
01 Nov 2014; Sven Vermeulen <swift@gentoo.org>
selinux-nagios-2.20140311-r6.ebuild:
diff --git a/sec-policy/selinux-nagios/selinux-nagios-9999.ebuild b/sec-policy/selinux-nagios/selinux-nagios-9999.ebuild
index 6ed4c655f002..c52a53a52343 100644
--- a/sec-policy/selinux-nagios/selinux-nagios-9999.ebuild
+++ b/sec-policy/selinux-nagios/selinux-nagios-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nagios/selinux-nagios-9999.ebuild,v 1.3 2014/11/01 16:13:37 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nagios/selinux-nagios-9999.ebuild,v 1.4 2014/11/27 09:58:52 swift Exp $
EAPI="5"
IUSE=""
@@ -18,4 +18,6 @@ fi
DEPEND="${DEPEND}
sec-policy/selinux-apache
"
-RDEPEND="${DEPEND}"
+RDEPEND="${RDEPEND}
+ sec-policy/selinux-apache
+"