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-amanda
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-amanda')
-rw-r--r--sec-policy/selinux-amanda/ChangeLog5
-rw-r--r--sec-policy/selinux-amanda/selinux-amanda-9999.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/sec-policy/selinux-amanda/ChangeLog b/sec-policy/selinux-amanda/ChangeLog
index 87903f737a3c..7828e5e20c34 100644
--- a/sec-policy/selinux-amanda/ChangeLog
+++ b/sec-policy/selinux-amanda/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sec-policy/selinux-amanda
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-amanda/ChangeLog,v 1.50 2014/11/01 17:38:37 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-amanda/ChangeLog,v 1.51 2014/11/27 09:58:52 swift Exp $
+
+ 27 Nov 2014; Sven Vermeulen <swift@gentoo.org> selinux-amanda-9999.ebuild:
+ Do not pull in DEPEND in RDEPEND unnecessary
01 Nov 2014; Sven Vermeulen <swift@gentoo.org>
selinux-amanda-2.20140311-r6.ebuild:
diff --git a/sec-policy/selinux-amanda/selinux-amanda-9999.ebuild b/sec-policy/selinux-amanda/selinux-amanda-9999.ebuild
index 4f97359badba..9dc2f5f93d71 100644
--- a/sec-policy/selinux-amanda/selinux-amanda-9999.ebuild
+++ b/sec-policy/selinux-amanda/selinux-amanda-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-amanda/selinux-amanda-9999.ebuild,v 1.3 2014/11/01 16:13:35 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-amanda/selinux-amanda-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-inetd
"
-RDEPEND="${DEPEND}"
+RDEPEND="${RDEPEND}
+ sec-policy/selinux-inetd
+"