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-dropbox
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-dropbox')
-rw-r--r--sec-policy/selinux-dropbox/ChangeLog5
-rw-r--r--sec-policy/selinux-dropbox/selinux-dropbox-9999.ebuild7
2 files changed, 9 insertions, 3 deletions
diff --git a/sec-policy/selinux-dropbox/ChangeLog b/sec-policy/selinux-dropbox/ChangeLog
index 356c33f1433a..ba707684c7b3 100644
--- a/sec-policy/selinux-dropbox/ChangeLog
+++ b/sec-policy/selinux-dropbox/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sec-policy/selinux-dropbox
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dropbox/ChangeLog,v 1.10 2014/11/27 09:33:07 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dropbox/ChangeLog,v 1.11 2014/11/27 09:58:53 swift Exp $
+
+ 27 Nov 2014; Sven Vermeulen <swift@gentoo.org> selinux-dropbox-9999.ebuild:
+ Do not pull in DEPEND in RDEPEND unnecessary
27 Nov 2014; Sven Vermeulen <swift@gentoo.org> selinux-dropbox-9999.ebuild:
SELinux dropbox policy depends on dbus types, so add in dep to selinux-dbus
diff --git a/sec-policy/selinux-dropbox/selinux-dropbox-9999.ebuild b/sec-policy/selinux-dropbox/selinux-dropbox-9999.ebuild
index 4c6419f9a8f6..0c1794aeb450 100644
--- a/sec-policy/selinux-dropbox/selinux-dropbox-9999.ebuild
+++ b/sec-policy/selinux-dropbox/selinux-dropbox-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-dropbox/selinux-dropbox-9999.ebuild,v 1.4 2014/11/27 09:33:07 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dropbox/selinux-dropbox-9999.ebuild,v 1.5 2014/11/27 09:58:53 swift Exp $
EAPI="5"
IUSE=""
@@ -19,4 +19,7 @@ DEPEND="${DEPEND}
sec-policy/selinux-xserver
sec-policy/selinux-dbus
"
-RDEPEND="${DEPEND}"
+RDEPEND="${RDEPEND}
+ sec-policy/selinux-xserver
+ sec-policy/selinux-dbus
+"