Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 442966 - dev-python/pypy-{1.8-r1,1.9,1.9-r1} usage of non-existing DOC= variable in ebuilds
Summary: dev-python/pypy-{1.8-r1,1.9,1.9-r1} usage of non-existing DOC= variable in eb...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Nirbheek Chauhan (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-13 11:16 UTC by Denis M. (Phr33d0m)
Modified: 2012-11-18 02:06 UTC (History)
1 user (show)

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:31 UTC
Hello, these ebuilds are 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 Mike Gilbert gentoo-dev 2012-11-18 02:06:46 UTC
+  18 Nov 2012; Mike Gilbert <floppym@gentoo.org> pypy-1.8-r1.ebuild,
+  pypy-1.9-r1.ebuild, pypy-1.9.ebuild:
+  Install README file, bug 442966 by Phr33d0m.