Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 478482 - app-admin/conky - add epatch_user support
Summary: app-admin/conky - add epatch_user support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Daniel Pielmeier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-28 17:03 UTC by Arve Barsnes
Modified: 2013-09-28 09:37 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 Arve Barsnes 2013-07-28 17:03:09 UTC
It would be great if conky could allow user patches. I've confirmed in my local overlay that it's simply a matter of adding epatch_user at the end of the src_prepare function in the ebuild.

Reproducible: Always

Steps to Reproduce:
1. Add a patch in /etc/portage/patches/app-admin/conky/
2. Try to compile conky
Actual Results:  
Patch is not picked up by portage.

Expected Results:  
Portage should include the patch.
Comment 1 Daniel Pielmeier gentoo-dev 2013-09-28 09:37:42 UTC
+  28 Sep 2013; Daniel Pielmeier <billie@gentoo.org> conky-1.9.0-r2.ebuild:
+  Add epatch_user. This fixes bug #478482.

I have added epatch_user support to conky. Please test and reopen if there are any problems with the implementation.