Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 111146 - wrong version of dbus dependency in bmpx ebuilds
Summary: wrong version of dbus dependency in bmpx ebuilds
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-01 06:58 UTC by Filip Dudek
Modified: 2005-11-01 07:59 UTC (History)
0 users

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 Filip Dudek 2005-11-01 06:58:37 UTC
In all media-sound/bmpx ebuilds there are wrong dbus version dependency. For
example:

bmpx-0.12.2.ebuild:     dbus? ( >=sys-apps/dbus-0.3.5 )

There shouldn't be the last dot - so it shoud be:

 dbus? ( >=sys-apps/dbus-0.35 )

Reproducible: Always
Steps to Reproduce:
1. Edit media-sound/bmpx-*.ebuild
2. Replace `dbus? ( >=sys-apps/dbus-0.3.5 )` with `dbus? ( >=sys-apps/dbus-0.35 )`
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2005-11-01 07:59:29 UTC
Ah, right, thanks.