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
Files matching a file type that is not allowed: usr/lib/libxalanMsg.so.110.0 usr/lib/libxalan-c.so.110.0
Created an attachment (id=101366) [edit] ebuild patch there you go
Created an attachment (id=101369) [edit] ebuild patch with added inherit Thanks, I never even really looked inside the ebuild. Your patch works fine, though you forgot to add multilib to the inherit line. It still works because that eclass is inherited by all other eclasses in the ebuild, but for the sake of sanity it should be inherited in the ebuild itself if we use functions from it.
fixed, thanks for providing the fix