diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-11-27 09:58:54 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-11-27 09:58:54 +0000 |
commit | 842edde463e9250af0acf2aa3e6fc54138a8cba4 (patch) | |
tree | 16d4b2ae3d68333ee9e95a8bec6ae693b64d30b1 /sec-policy/selinux-dropbox/selinux-dropbox-9999.ebuild | |
parent | dev-perl/SVN-Mirror removal (bug #277407) (diff) | |
download | gentoo-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/selinux-dropbox-9999.ebuild')
-rw-r--r-- | sec-policy/selinux-dropbox/selinux-dropbox-9999.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
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 +" |