Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8188 - alsamixergui won't merge due to incorrect dependency
Summary: alsamixergui won't merge due to incorrect dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-21 10:18 UTC by Arun Thomas (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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 Arun Thomas (RETIRED) gentoo-dev 2002-09-21 10:18:55 UTC
In the alsamixergui ebuild, you have:

DEPEND=">=media-sound/alsa-driver-0.9.0_rc1
    >=media-sound/alsa-lib-0.9.0_rc1
    >=media-sound/alsa-utils-0.9.0_rc1
    >=x11-libs/fltk-1.1.0_rc6"

The alsa-lib line is wrong. It should be

    >=media-libs/alsa-lib-0.9.0_rc1

It appears that the alsa-lib ebuild was moved from media-sound to media-libs
sometime recently.
Comment 1 SpanKY gentoo-dev 2002-09-21 13:20:47 UTC
fixed in cvs