Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/ctemplate/
Date: Sat, 15 Aug 2020 10:19:54
Message-Id: 1597486786.fb6442f369f6daa3778fb1c042bb0c5ac3535f67.graaff@gentoo
1 commit: fb6442f369f6daa3778fb1c042bb0c5ac3535f67
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 15 10:19:46 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 15 10:19:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb6442f3
7
8 dev-cpp/ctemplate: fix QA issue
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-cpp/ctemplate/ctemplate-2.4.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-cpp/ctemplate/ctemplate-2.4.ebuild b/dev-cpp/ctemplate/ctemplate-2.4.ebuild
17 index da3638b6c1e..7d1ec59b62d 100644
18 --- a/dev-cpp/ctemplate/ctemplate-2.4.ebuild
19 +++ b/dev-cpp/ctemplate/ctemplate-2.4.ebuild
20 @@ -47,7 +47,7 @@ src_compile() {
21 src_install() {
22 default
23 if ! use doc; then
24 - rm -r "${ED%/}"/usr/share/doc/${PF}/html || die
25 + rm -r "${ED}"/usr/share/doc/${PF}/html || die
26 fi
27
28 if use vim-syntax; then