stefan-langenmaier / brother-overlay

Portage overlay for Brother printer and scanner software
GNU General Public License v3.0
34 stars 41 forks source link

change API into EAPI in ebuild files and use an unquoted EAPI value #85

Closed mehw closed 4 years ago

mehw commented 4 years ago

Gentoo EAPI developer's manual

Change API into EAPI in ebuild files. API and EAPI are not the same thing. Never setting EAPI means to use the default value of 0 for it.

Also, right now, about 87% of ebuild files in the official Gentoo's repository use an unquoted EAPI value. It is implied in the developer's manual to use an unquoted value.

stefan-langenmaier commented 4 years ago

Again, I learned something, there is a preference for unquoted EAPI. :) Thanks!

I wonder how the API parameter got in there. :)

mehw commented 4 years ago

I wonder how the API parameter got in there. :)

I admit I was surprised too... :laughing: