| Bug#: 154279 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: amd64@gentoo.org | Reported By: thedude0001@gmx.de | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: [multilib-strict] dev-libs/xalan-c-1.10.0 | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2006-11-06 12:19 0000 | |||
| Description: | Opened: 2006-11-06 12:19 0000 |
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) [details]
ebuild patch
there you go
Created an attachment (id=101369) [details]
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