Please add support for /etc/portage/patches/
+ 01 May 2015; Mikle Kolyada <zlogene@gentoo.org> youtube-dl-2015.04.03.ebuild, + youtube-dl-2015.04.26.ebuild, youtube-dl-2015.04.28.ebuild: + Add epatch_user suppot (bug #546758) +
A typo fixed
???
I guess I fixed the uninvited commits.
@zlogene: If you have been doing more random stuff like this, then please review those commits too. epatch_user is supposed to run /after/ the ebuild's patching, including through sed.
"epatch_user is supposed to run /after/ the ebuild's patching, including through sed." I think in case of youtube-dl ebuild it is not safe to run epatch_user after all other commands in src_prepare, because they remove a lot files if offensive USE flag is disabled: if upstream patch modifies all or several extractors then it will fail. So it is more safe to run it first.