commit: 4960627ad5edf8a0955395f459ac45ad8a4123a1
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 23 06:55:59 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Apr 23 06:56:40 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4960627a
app-leechcraft/lc-monocle: replace dohtml with dodoc (bug #653836)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-leechcraft/lc-monocle/lc-monocle-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild
b/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild
index 88c350ba0b5..fcd13b3dd38 100644
--- a/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild
+++ b/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -42,5 +42,5 @@ src_configure() {
src_install() {
cmake-utils_src_install
- use doc && dohtml -r "${CMAKE_BUILD_DIR}"/out/html/*
+ use doc && dodoc -r "${CMAKE_BUILD_DIR}"/out/html/*
}