Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 286203

Summary: app-arch/xz-utils added USE 'static-libs' to correctly handle .la/.a files
Product: Gentoo Linux Reporter: MT <toffanin.mauro>
Component: New packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=441796
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: metadata.xml
metadata.xml
xz-utils-4.999.9_beta-r1.ebuild.patch

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