Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 442968 - dev-util/dwarves-9999 usage of non-existing DOC= variable in ebuild
Summary: dev-util/dwarves-9999 usage of non-existing DOC= variable in ebuild
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Diego Elio Pettenò (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-11-13 11:16 UTC by Denis M. (Phr33d0m)
Modified: 2012-11-13 18:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.