Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21129 - missing dependency in bluez-utils
Summary: missing dependency in bluez-utils
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Peter Johanson (RETIRED)
URL:
Whiteboard:
Keywords:
: 26742 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-05-16 16:57 UTC by Jodok Batlogg (RETIRED)
Modified: 2003-08-23 06:19 UTC (History)
1 user (show)

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


Attachments
bluez-utils-2.3-r1.ebuild (bluez-utils-2.3-r1.ebuild,1.34 KB, text/plain)
2003-05-16 16:58 UTC, Jodok Batlogg (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jodok Batlogg (RETIRED) gentoo-dev 2003-05-16 16:57:53 UTC
the included python app bluepin requires pygtk 0.6
added the dependency to the ebuild
Comment 1 Jodok Batlogg (RETIRED) gentoo-dev 2003-05-16 16:58:40 UTC
Created attachment 12070 [details]
bluez-utils-2.3-r1.ebuild
Comment 2 Jodok Batlogg (RETIRED) gentoo-dev 2003-05-16 17:00:31 UTC
Comment on attachment 12070 [details]
bluez-utils-2.3-r1.ebuild

diff bluez-utils-2.3-r1.ebuild bluez-utils-2.3.ebuild
15,17c15
< RDEPEND=">=net-wireless/bluez-libs-2.4
<		=dev-python/pygtk-0.6.11"
<
---
> RDEPEND=">=net-wireless/bluez-libs-2.4"
Comment 3 Peter Johanson (RETIRED) gentoo-dev 2003-05-18 12:48:26 UTC
I just realized that this would mean that *everyone* installing the utils would require having gtk installed. this is a Bad Thing (tm). Is the utility in question required for functionality, or could it only be installed if the user had USE="gtk" ?
Comment 4 Jodok Batlogg (RETIRED) gentoo-dev 2003-05-19 02:13:23 UTC
yes, that's the best solution. sorry forgot about this.
Comment 5 Peter Johanson (RETIRED) gentoo-dev 2003-05-21 13:56:31 UTC
Added gtk USE flag, and made dependancy on pygtk and installation of bluepin rely on it. Please test and report failure/success.
Comment 6 Mauro Verrocchio 2003-08-23 06:19:20 UTC
*** Bug 26742 has been marked as a duplicate of this bug. ***