From: Craig Andrews Date: Sun, 29 Mar 2020 02:00:37 +0000 (-0400) Subject: net-libs/neon: install README.md X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dc85a54eb87a31146fb00ec32caf2fe3fc7294d9;p=gentoo.git net-libs/neon: install README.md Closes: https://bugs.gentoo.org/715210 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Craig Andrews --- diff --git a/net-libs/neon/neon-0.31.0.ebuild b/net-libs/neon/neon-0.31.0.ebuild index 9c820459d0d6..0be8adfc1aef 100644 --- a/net-libs/neon/neon-0.31.0.ebuild +++ b/net-libs/neon/neon-0.31.0.ebuild @@ -109,5 +109,5 @@ multilib_src_install() { multilib_src_install_all() { find "${D}" -name "*.la" -type f -delete || die - dodoc AUTHORS BUGS NEWS README THANKS TODO + dodoc AUTHORS BUGS NEWS README.md THANKS TODO }