Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 589274 - subversion.eclass: src_prepare function is incompatible with EAPI>=6
Summary: subversion.eclass: src_prepare function is incompatible with EAPI>=6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Akinori Hattori
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-20 20:34 UTC by Coacher
Modified: 2016-09-15 14:27 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 Coacher 2016-07-20 20:34:02 UTC
Hello.

subversion.eclass exports src_prepare, which just calls subversion_bootstrap, which applies all sorts of patches but doesn't call eapply_user.

This makes subversion.eclass incompatible with EAPI>=6.

Please fix.