Hello *,

pkgcheck complains about each new version of dev-lisp/sbcl:

UseFlagWithoutDeps: version 2.4.1: special small-files USE flag without effect on dependencies: [ unicode ]

The USE flag "unicode" in the sbcl ebuild has nothing to do with installing / not installing any files, small or otherwise. It determins whether the produced lisp will support unicode internally:

sbcl_feature "$(usep unicode)" ":sb-unicode"

Usually this is desirable, so, in USE we have +unicode. Is there a way to silence these warnings?

Andrey

Reply via email to