Bug 111146 - wrong version of dbus dependency in bmpx ebuilds
Bug#: 111146 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: azarah@gentoo.org Reported By: s.pascon@gmail.com
Component: Ebuilds
URL: 
Summary: wrong version of dbus dependency in bmpx ebuilds
Keywords:  
Status Whiteboard: 
Opened: 2005-11-01 06:58 0000
Description:   Opened: 2005-11-01 06:58 0000
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 From Martin Schlemmer (RETIRED) 2005-11-01 07:59:29 0000 -------
Ah, right, thanks.