Gig-OS / gig

Gig OS's Overlay
8 stars 8 forks source link

Make termite ebuild EAPI=7 compliant #4

Closed maxf130 closed 4 years ago

maxf130 commented 4 years ago

Support for the versionator eclass was dropped in EAPI=7. This results in big fat error messages every time portage is run.

Fix this by removing versionator and using ver_test for version comparison instead.

See documentation here: https://dev.gentoo.org/~mgorny/articles/the-ultimate-guide-to-eapi-7.html#replacing-versionator-eclass-uses

YangMame commented 4 years ago

thanks !