| 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
fix is in overlay and shall land in portage when we get our >0.6 release.
That dep is gone.