Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
games-rpg/eternal-lands-data-1.3.3 now has an || die on line 37 of the ebuild. I'm guessing that while this was intended to catch errors moving the music files, it also gets triggered if the "use music" statement returns false. I'm not a python expert but some ()'s would probably help. Reproducible: Always
I think you're right. Adding brackets as follows worked for me: use music && ( mv ../*.ogg ../*.pll music || die )
Fixed, thanks