Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 154279 - [multilib-strict] dev-libs/xalan-c-1.10.0
Summary: [multilib-strict] dev-libs/xalan-c-1.10.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-06 12:19 UTC by Michael Weyershäuser
Modified: 2007-02-02 14:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild patch (xalan-c-multilib.patch,448 bytes, patch)
2006-11-06 17:05 UTC, Christoph Mende (RETIRED)
Details | Diff
ebuild patch with added inherit (xalan-c-1.10.0.ebuild.patch,854 bytes, patch)
2006-11-06 18:01 UTC, Michael Weyershäuser
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Weyershäuser 2006-11-06 12:19:10 UTC
Files matching a file type that is not allowed:
   usr/lib/libxalanMsg.so.110.0
   usr/lib/libxalan-c.so.110.0
Comment 1 Christoph Mende (RETIRED) gentoo-dev 2006-11-06 17:05:37 UTC
Created attachment 101366 [details, diff]
ebuild patch

there you go
Comment 2 Michael Weyershäuser 2006-11-06 18:01:27 UTC
Created attachment 101369 [details, diff]
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.
Comment 3 Simon Stelling (RETIRED) gentoo-dev 2007-02-02 14:28:44 UTC
fixed, thanks for providing the fix