commit: 38e82205ae0bee1c6b0caf5dd8f0ec9b199e27df Author: Keri Harris <keri <AT> gentoo <DOT> org> AuthorDate: Fri Jun 3 14:35:16 2022 +0000 Commit: Keri Harris <keri <AT> gentoo <DOT> org> CommitDate: Fri Jun 3 14:36:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e82205
dev-lang/mercury: install README.md with USE=examples Closes: https://bugs.gentoo.org/849032 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Keri Harris <keri <AT> gentoo.org> dev-lang/mercury/mercury-22.01.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/mercury/mercury-22.01.1.ebuild b/dev-lang/mercury/mercury-22.01.1.ebuild index d1c1fc3cff2f..8991e0cd933e 100644 --- a/dev-lang/mercury/mercury-22.01.1.ebuild +++ b/dev-lang/mercury/mercury-22.01.1.ebuild @@ -179,7 +179,7 @@ src_install() { if use examples; then docinto samples - dodoc samples/{*.m,README,Mmakefile} + dodoc samples/{*.m,README.md,Mmakefile} dodoc -r samples/c_interface \ samples/diff \ samples/muz \
