Fat-Zer / trinity

A gentoo trinity ebuilds tree. This overlay is __dead__. Please use the version maintatined by the trinity comunity
https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo
10 stars 4 forks source link

use calls in global scope #10

Closed ethus3h closed 7 years ago

ethus3h commented 7 years ago

The following ebuilds contain calls to use() in the global scope, which is no longer permitted by portage:

If you could update them, that would be great :) Thanks!

Fat-Zer commented 7 years ago

Neither repoman nor portage doesn't complain about this and I can't find any info about it on wiki or devmanual... wouldn't it bother you to link me to a some announcement or whatever?

ethus3h commented 7 years ago

Yup! With this commit to portage, all

ethus3h commented 7 years ago

(…erm, didn't mean to save it just yet.)

[all] of the helper functions, including use, are banned in global scope. That change is present in Portage 2.3.0 (but does not appear to be in 2.3.0_rc1). Thanks!

Fat-Zer commented 7 years ago

thanks. It revealed that I haven't updated portage; fixed