Re: Implement new userpatch feature in existing eclass?
Nekun <[email protected]> Thu, 08 Apr 2021 13:37:00 +0000
| Newsgroups | gmane.linux.gentoo.portage.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2021-04-04 20:49, Zac Medico wrote: > > Today, I count only 2445, or 8.3% of ebuilds have EAPI 5. > > I imagine that the migration is moving along, since we deprecated EAPI > 5 > on 2020-11-26 here: > > https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2e281bb698eb93704e1987dc4df1cf2dd3c2cff Thanks for the reply. Also, I found that all functions which perform portageq calls should be pass-able to ebuild-ipc daemon and all that existing functions is a members of EAPI, declared in bin/eapi.sh. Should I add my portageq wrapper called from eapply_user to EAPI? In the other side, this wrapper is not intended to be called directly from ebuilds...