Open Totktonada opened 2 years ago
https://mgorny.pl/articles/the-ultimate-guide-to-eapi-7.html https://mgorny.pl/articles/the-ultimate-guide-to-eapi-8.html
Current state:
$ echo '| ebuild | EAPI |'; echo '| ---- | ---- |'; grep -r EAPI . | tr ':' ' ' | sed s@^./@@ | sort -k2,2 | awk '{ print "| "$1" | "$2" |"}'
NB: Ebuilds will be updated to EAPI=7 in the scope of #50.
https://mgorny.pl/articles/the-ultimate-guide-to-eapi-7.html https://mgorny.pl/articles/the-ultimate-guide-to-eapi-8.html
Current state: