Bug 215270 - media-libs/swfdec-0.5.5 has bad RDEPEND on alsa
Bug#: 215270 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: pclouds@gentoo.org Reported By: nightmorph@gentoo.org
Component: Ebuilds
URL: 
Summary: media-libs/swfdec-0.5.5 has bad RDEPEND on alsa
Keywords:  
Status Whiteboard: 
Opened: 2008-03-28 23:46 0000
Description:   Opened: 2008-03-28 23:46 0000
swfdec-0.5.5 has incorrect RDEPs on alsa.

RDEPEND="...
        >=media-libs/alsa-lib-1.0.12
        ...
        alsa? ( >=media-libs/alsa-lib-1.0 )
"

. . . yeah, it shouldn't do that. It still builds with ALSA even if the USE
flag is disabled, because someone left in the forced depend from the earlier
0.5.4-r1 ebuild.

Looks like someone forgot to clean this up. First noticed it here:
http://forums.gentoo.org/viewtopic-p-5009840.html#5009840

------- Comment #1 From Gilles Dartiguelongue 2008-03-29 11:37:41 0000 -------
fix is in overlay and shall land in portage when we get our >0.6 release.

------- Comment #2 From Nguyen Thai Ngoc Duy (RETIRED) 2008-03-29 13:53:59 0000 -------
That dep is gone.