projg2 / eselect-repository

An eselect module to manage repos.conf (i.e. layman replacement)
20 stars 8 forks source link

repository.eselect.in: set profile EAPI (8) #26

Closed thesamesam closed 1 year ago

thesamesam commented 1 year ago

PMS says that PMs must assume EAPI 0 if it's not present, and not all PMs support this (pkgcraft doesn't, for example, and Portage is looking to drop it one day).

Just set EAPI 8. We do EAPI=5 in Gentoo right now for upgrade reasons but even that isn't really necessary.

thesamesam commented 1 year ago

Thanks!