Gentoo Archives: gentoo-commits

From: Keri Harris <keri@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/mercury/
Date: Fri, 03 Jun 2022 14:36:35
Message-Id: 1654266962.38e82205ae0bee1c6b0caf5dd8f0ec9b199e27df.keri@gentoo
1 commit: 38e82205ae0bee1c6b0caf5dd8f0ec9b199e27df
2 Author: Keri Harris <keri <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 3 14:35:16 2022 +0000
4 Commit: Keri Harris <keri <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 3 14:36:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e82205
7
8 dev-lang/mercury: install README.md with USE=examples
9
10 Closes: https://bugs.gentoo.org/849032
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Keri Harris <keri <AT> gentoo.org>
13
14 dev-lang/mercury/mercury-22.01.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-lang/mercury/mercury-22.01.1.ebuild b/dev-lang/mercury/mercury-22.01.1.ebuild
18 index d1c1fc3cff2f..8991e0cd933e 100644
19 --- a/dev-lang/mercury/mercury-22.01.1.ebuild
20 +++ b/dev-lang/mercury/mercury-22.01.1.ebuild
21 @@ -179,7 +179,7 @@ src_install() {
22
23 if use examples; then
24 docinto samples
25 - dodoc samples/{*.m,README,Mmakefile}
26 + dodoc samples/{*.m,README.md,Mmakefile}
27 dodoc -r samples/c_interface \
28 samples/diff \
29 samples/muz \