Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 172083 - games-rpg/nwn-data should depend on app-arch/unshield
Summary: games-rpg/nwn-data should depend on app-arch/unshield
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-24 18:55 UTC by Rick George
Modified: 2007-03-26 15:15 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 Rick George 2007-03-24 18:55:30 UTC
I was trying to install the nwn-data pkg with cdinstall and the expansion packs.  Installation fails if you don't have unshield installed.  So, in my case it's a dependancy.

Reproducible: Always

Steps to Reproduce:
1.Try to emerge nwn-data on a machine without unshield installed
2.Watch emerge fail
3.




should be easy to fix
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2007-03-26 15:15:43 UTC
DEPEND="${RDEPEND}
    cdinstall? (
        games-util/biounzip
        app-arch/unshield )
    app-arch/unzip"

It's already there.