Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 137100 - vdr-yaepg improper dodoc
Summary: vdr-yaepg improper dodoc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Matthias Schwarzott
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-17 12:10 UTC by Jon Hood (RETIRED)
Modified: 2006-06-17 13:36 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 Jon Hood (RETIRED) gentoo-dev 2006-06-17 12:10:19 UTC
Sorry, I didn't catch this one earlier when reporting the multilib problems.

# emerge vdr-yaepg
...
dodoc: CHANGELOG does not exist
...<continues to merge and work fine>
Comment 1 Matthias Schwarzott gentoo-dev 2006-06-17 13:36:15 UTC
fix is commited to CVS

in vdr-plugin.eclass: changed dodoc to

for docfile in file1 file2; do
  [[ -f $docfile ]] && dodoc $docfile
done