Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 442968

Summary: dev-util/dwarves-9999 usage of non-existing DOC= variable in ebuild
Product: Gentoo Linux Reporter: Denis M. (Phr33d0m) <god>
Component: New packagesAssignee: Diego Elio Pettenò (RETIRED) <flameeyes>
Status: RESOLVED INVALID    
Severity: normal Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Denis M. (Phr33d0m) 2012-11-13 11:16:43 UTC
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
Comment 1 Denis M. (Phr33d0m) 2012-11-13 18:01:03 UTC
Thanks to kensington for clearifying that DOC= is supported by cmake.