Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtest/
Date: Sat, 22 Sep 2018 07:07:33
Message-Id: 1537600031.26c3f8fd0e2947d354731565ca222911c48b8256.mgorny@gentoo
1 commit: 26c3f8fd0e2947d354731565ca222911c48b8256
2 Author: Peter Levine <plevine457 <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 18 21:33:07 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 22 07:07:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26c3f8fd
7
8 dev-cpp/gtest: Adjust dodoc syntax
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 dev-cpp/gtest/gtest-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild
16 index a1cb73bf993..8f46196ac70 100644
17 --- a/dev-cpp/gtest/gtest-9999.ebuild
18 +++ b/dev-cpp/gtest/gtest-9999.ebuild
19 @@ -62,9 +62,9 @@ multilib_src_install_all() {
20
21 if use doc; then
22 docinto googletest
23 - dodoc -r googletest/docs/*
24 + dodoc -r googletest/docs/.
25 docinto googlemock
26 - dodoc -r googlemock/docs/*
27 + dodoc -r googlemock/docs/.
28 fi
29
30 if use examples; then