Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 504014 - net-irc/znc - add epatch_user
Summary: net-irc/znc - add epatch_user
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alex Alexander (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-09 19:07 UTC by Konstantin (elxa)
Modified: 2014-04-18 07:11 UTC (History)
2 users (show)

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 Konstantin (elxa) 2014-03-09 19:07:11 UTC
znc ebuild does not support user supplied patches in /etc/portage/patches

Reproducible: Always

Steps to Reproduce:
1. put patches in /etc/portage/patches/net-irc/znc
2. emerge -1 znc
Actual Results:  
patches in /etc/portage/patches are not applied

Expected Results:  
patches in /etc/portage/patches are applied

ZNC times out on some irc networks. I think these patches might help, but I had to copy & patch the znc ebuild to a local overlay to use these patches from /etc/portage/patches:

https://github.com/znc/znc/pull/415/files
Comment 1 Alex Alexander (RETIRED) gentoo-dev 2014-04-18 07:11:09 UTC
I've tested all the ebuilds in the tree and they apply user patches correctly.

Please make sure your patches are in
/etc/portage/patches/net-irc/znc/
with proper permissions.

Note that your files must end in ".patch" otherwise portage will ignore them.