Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 172083

Summary: games-rpg/nwn-data should depend on app-arch/unshield
Product: Gentoo Linux Reporter: Rick George <invisibunny>
Component: [OLD] GamesAssignee: Gentoo Games <games>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.