Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 370737 - gnome-base/gvfs depends on udev despite USE=-udev?
Summary: gnome-base/gvfs depends on udev despite USE=-udev?
Status: RESOLVED DUPLICATE of bug 370353
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-09 01:15 UTC by Sebastian Pipping
Modified: 2011-06-10 12:12 UTC (History)
1 user (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 Sebastian Pipping gentoo-dev 2011-06-09 01:15:28 UTC
==========================================
RDEPEND="[..]
	>=sys-fs/udev-138
	[..]
	udev? (
		[..]
		|| ( >=sys-fs/udev-171[gudev] >=sys-fs/udev-145[extras] ) )
	[..]"
==========================================

Is unconditional >=sys-fs/udev-138 in RDEPEND needed?  Looks odd to me.
Comment 1 Nirbheek Chauhan (RETIRED) gentoo-dev 2011-06-10 00:17:22 UTC
USE=udev on gvfs controls the dependency on gudev, not on libudev. libudev is used to get the list of devices, and enables essential functionality. See for instance bug 293480 .
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2011-06-10 12:12:42 UTC
Actually this is better as a dup for bug #370353.

*** This bug has been marked as a duplicate of bug 370353 ***