mirror of
git://git.sv.gnu.org/nano.git
synced 2025-02-10 18:34:38 +03:00
![David Michael](/assets/img/avatar_default.png)
Removals: - All eblits were dropped from Gentoo years ago. - HDEPEND was never fully approved, superseded by BDEPEND. - Keywords 'dohard' and 'dosed' have been banned since EAPI 4: https://projects.gentoo.org/pms/5/pms.html#x1-130001r8 - Several arches are dead. For the currently supported list: https://gitweb.gentoo.org/repo/gentoo.git/tree/profiles/arch.list Additions: - Two eapply functions replace the epatch functions, but epatch is still supported until EAPI 6 is banned. - Modern build systems (ninja and qmake5) have new functions. - EAPI 7 added more builtins: dostrip, get_libdir, ver_* - Highlight the cross-compiler boolean function. (There are too many toolchain functions to add them all, but this one is very common and has a long name, so highlighting it is useful for catching typos early.) The EAPI documentation: https://projects.gentoo.org/pms/8/pms.html#x1-590007 An extensive write-up on EAPI 7: https://mgorny.pl/articles/the-ultimate-guide-to-eapi-7.html Signed-off-by: David Michael <fedora.dm0@gmail.com>