Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8948 - frotz depends on media-libs/alsa-oss needlessly
Summary: frotz depends on media-libs/alsa-oss needlessly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: Arcady Genkin (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-09 17:28 UTC by Jonathan Nall
Modified: 2002-11-02 22:47 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 Jonathan Nall 2002-10-09 17:28:49 UTC
app-games/frotz/frotz-2.42.ebuild contains the following:

DEPEND="sys-libs/ncurses
    oss? ( media-libs/alsa-oss )"

shouldn't this be something like:
DEPEND="sys-libs/ncurses
    oss? (alsa? ( media-libs/alsa-oss))"
Comment 1 Arcady Genkin (RETIRED) gentoo-dev 2002-11-02 22:47:11 UTC
Should be fixed in the version 2.43 that I just committed.
Thanks for the report.