Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/tcl/
Date: Sat, 26 Dec 2020 12:27:49
Message-Id: 1608985584.d1ed9262141575c5a99822900cceb1a9f5edc76b.whissi@gentoo
1 commit: d1ed9262141575c5a99822900cceb1a9f5edc76b
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 26 12:26:24 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 26 12:26:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ed9262
7
8 dev-lang/tcl: fix installation of README
9
10 Closes: https://bugs.gentoo.org/761760
11 Package-Manager: Portage-3.0.12, Repoman-3.0.2
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 dev-lang/tcl/tcl-8.6.10.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-lang/tcl/tcl-8.6.10.ebuild b/dev-lang/tcl/tcl-8.6.10.ebuild
18 index be6d50c6282..42d49836679 100644
19 --- a/dev-lang/tcl/tcl-8.6.10.ebuild
20 +++ b/dev-lang/tcl/tcl-8.6.10.ebuild
21 @@ -116,7 +116,7 @@ multilib_src_install() {
22
23 if multilib_is_native_abi; then
24 dosym tclsh${v1} /usr/bin/tclsh
25 - dodoc "${SPARENT}"/{ChangeLog*,README,changes}
26 + dodoc "${SPARENT}"/{ChangeLog*,README.md,changes}
27 fi
28 }