The man page for "fetchyahoo" says: $HOME/.fetchyahoorc Configuration files for FetchYahoo. An example configuration file is located in /usr/share/doc/fetchyahoo/examples/ but the ebuild doesn't provide that file Reproducible: Always Steps to Reproduce: 1.ls /usr/share/doc/fetchyahoo-2.8.6/ 2. 3. Actual Results: COPYING.gz Credits.gz TODO.gz html ChangeLog.gz INSTALL.gz Expected Results: COPYING.gz Credits.gz TODO.gz html ChangeLog.gz INSTALL.gz fetchyahoorc.gz The bug can be fixed by changing the following line in /usr/portage/net-mail/fetchyahoo/fetchyahoo-2.8.6.ebuild from: src_install() { dodoc COPYING ChangeLog Credits INSTALL TODO } to: src_install() { dodoc COPYING ChangeLog Credits INSTALL TODO fetchyahoorc }
Fixed in CVS, thanks.