diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-05-29 20:21:09 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-29 20:27:34 -0400 |
commit | c751cc201055ba778b675db11caca6454d689650 (patch) | |
tree | a8c772105c8561940d75968f62275c2a1a90c679 /net-libs | |
parent | media-video/vobcopy: add || die to ./configure call (diff) | |
download | gentoo-c751cc201055ba778b675db11caca6454d689650.tar.gz gentoo-c751cc201055ba778b675db11caca6454d689650.tar.bz2 gentoo-c751cc201055ba778b675db11caca6454d689650.zip |
net-libs/libyahoo2: remove default docs from dodoc
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libyahoo2/libyahoo2-1.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libyahoo2/libyahoo2-1.0.1.ebuild b/net-libs/libyahoo2/libyahoo2-1.0.1.ebuild index 541f05dc3d81..66739a597faf 100644 --- a/net-libs/libyahoo2/libyahoo2-1.0.1.ebuild +++ b/net-libs/libyahoo2/libyahoo2-1.0.1.ebuild @@ -44,7 +44,7 @@ src_install() { dobin src/.libs/{autoresponder,yahoo} fi - dodoc AUTHORS ChangeLog doc/*.txt NEWS README TODO + dodoc doc/*.txt find "${D}" -name '*.la' -delete || die "Pruning failed" } |