Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 529344 - net-misc/dropbox should RDEPEND on selinux ? sec-policy/selinux-dropbox
Summary: net-misc/dropbox should RDEPEND on selinux ? sec-policy/selinux-dropbox
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sven Vermeulen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 527868
  Show dependency tree
 
Reported: 2014-11-15 15:33 UTC by Jason Zaman
Modified: 2015-02-16 17:18 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Zaman gentoo-dev 2014-11-15 15:33:36 UTC
Hi,

Next time there is a bump of dropbox, please add a dep for the selinux policy. The policy should only be added to RDEPEND, not to DEPEND

Thanks,
Jason


--- dropbox-2.10.2.ebuild.orig	2014-11-15 23:24:17.872702766 +0800
+++ dropbox-2.10.2.ebuild	2014-11-15 23:26:38.966475071 +0800
@@ -15,7 +15,7 @@
 LICENSE="CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
 SLOT="0"
 KEYWORDS="amd64 x86 ~x86-linux"
-IUSE="+librsync-bundled X"
+IUSE="+librsync-bundled X selinux"
 RESTRICT="mirror strip"
 
 QA_PREBUILT="opt/.*"
@@ -27,6 +27,7 @@
 # USE=X require wxGTK's dependencies. system-library cannot be used due to
 # missing symbol (CtlColorEvent). #443686
 RDEPEND="
+	selinux? ( sec-policy/selinux-dropbox )
 	X? (
 		dev-libs/glib:2
 		media-libs/libpng:1.2
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2015-02-16 17:18:23 UTC
Bumped to 2.10.41-r1