Closed jonasstein closed 2 years ago
Marking uninstalled packages is what eix by default is configured to consider as redundancy:
REDUNDANT_IF_IN_LICENSE="-some"
For package.use this is not the case:
REDUNDANT_IF_IN_USE="false"
It is up to you to change this default (e.g. in a file in /etc/eixrc) if you want to have the same behavior as for package.use:
REDUNDANT_IF_IN_LICENSE="false"
Example
/etc/portage/package.license/package.license
containsthen we will get a warning for each available package which does require this license setting.
Solution
eix-test-obsolete should not warn if someone accepts a license in general (with
*
)echo "*/* $(cpuid2cpuflags)" > /etc/portage/package.use/00cpu-flags
as explained in https://wiki.gentoo.org/wiki/CPU_FLAGS_X86 does not trigger eix-test-obsolete warnings too.