Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 286203 - app-arch/xz-utils added USE 'static-libs' to correctly handle .la/.a files
Summary: app-arch/xz-utils added USE 'static-libs' to correctly handle .la/.a files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-24 11:45 UTC by MT
Modified: 2022-12-14 11:05 UTC (History)
0 users

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


Attachments
metadata.xml (metadata.xml,637 bytes, patch)
2009-09-24 11:47 UTC, MT
Details | Diff
metadata.xml (metadata.xml,536 bytes, patch)
2009-09-24 11:48 UTC, MT
Details | Diff
xz-utils-4.999.9_beta-r1.ebuild.patch (xz-utils-4.999.9_beta-r1.ebuild.patch,1.28 KB, text/plain)
2009-09-24 11:50 UTC, MT
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MT 2009-09-24 11:45:36 UTC
Attached there is an ebuild patch that add the USE 'static-libs' to the package app-arch/xz-utils, so the ebuild can correctly install .la/.a files only if the end-users want them.

ChangeLog:
- ebuild uses EAPI2;
- added USE 'static-libs' for files .la/.a;
- added missing USE flags: 'nls' and 'threads';

Hope to be useful.
Mauro Toffanin
Comment 1 MT 2009-09-24 11:47:25 UTC
Created attachment 205099 [details, diff]
metadata.xml

an updated metadata.xml file with long description and missing USE flags descriptions
Comment 2 MT 2009-09-24 11:48:10 UTC
Created attachment 205100 [details, diff]
metadata.xml
Comment 3 MT 2009-09-24 11:50:00 UTC
Created attachment 205102 [details]
xz-utils-4.999.9_beta-r1.ebuild.patch