Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 536468 - mail-client/evolution-3.12.10 version bump
Summary: mail-client/evolution-3.12.10 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-13 11:46 UTC by Joakim Tjernlund
Modified: 2015-01-14 13:40 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 Joakim Tjernlund 2015-01-13 11:46:37 UTC
3.12.10 is out.

Please add epatch_user support in each evolution-xxx ebuild too.
Comment 1 Pacho Ramos gentoo-dev 2015-01-14 11:11:23 UTC
bumped
Comment 2 Joakim Tjernlund 2015-01-14 11:46:45 UTC
Thanks, is epatch_user inherited automatically nowadays?
Comment 3 Pacho Ramos gentoo-dev 2015-01-14 12:18:46 UTC
No, for that I would either wait for eapi6 (that will do that automatically) or finally add it to the eclass (even not handling eautoreconf) instead of adding it randomly to tons of gnome2.eclass ebuilds (see bug 413299)
Comment 4 Joakim Tjernlund 2015-01-14 13:37:23 UTC
OK, but why can you not add a epatch_user in evolution-xxx ebuilds?
Comment 5 Pacho Ramos gentoo-dev 2015-01-14 13:40:41 UTC
Not all that ebuilds will call eautoreconf unconditionally and, then:
1. If we want to handle patches requiring eautoreconf we will need to wait for eapi6
2. If we agree on not handling them, we would simply add epatch_user to current gnome2.eclass to do it for all the consumers