Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 431394 - sys-apps/coreutils: please support epatch_user
Summary: sys-apps/coreutils: please support epatch_user
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-14 14:53 UTC by Michael Orlitzky
Modified: 2012-08-17 17:43 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Orlitzky gentoo-dev 2012-08-14 14:53:16 UTC
Can we please add a call to epatch_user in src_prepare? When eapi5 hits, it can simply be changed to apply_user_patches.
Comment 1 SpanKY gentoo-dev 2012-08-16 17:47:42 UTC
we don't generally add epatch_user to all packages, we do it for ones that get commonly patched.  which coreutils is not.  so you need to provide justification.
Comment 3 SpanKY gentoo-dev 2012-08-17 17:14:39 UTC
have you even tried building coreutils with USE="acl xattr" ?
Comment 4 Michael Orlitzky gentoo-dev 2012-08-17 17:43:56 UTC
(In reply to comment #3)
> have you even tried building coreutils with USE="acl xattr" ?

Yup, the example from "A Simple Example" on that page was done with coreutils[acl,xattr].