Hello, this ebuild is using the variable DOC that does not exist in any EAPI. The correct one is DOCS. Example usage: >DOCS="file1 file2" >DOCS=(file1 file2) Reproducible: Always
I was wrong. This ebuild uses the DOC= for internal usage, and not for the purpose of DOCS=.