commit: 8e88978ec1fc0a6ba42c90c95b56e0662552737f Author: Chris Mayo <aklhfex <AT> gmail <DOT> com> AuthorDate: Sun Feb 12 19:19:55 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Apr 8 21:41:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e88978e
dev-db/postgis: replace deprecated dohtml. Closes: https://github.com/gentoo/gentoo/pull/3877 dev-db/postgis/postgis-2.3.2-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-db/postgis/postgis-2.3.2-r1.ebuild b/dev-db/postgis/postgis-2.3.2-r1.ebuild index 9dff87e6120..d2ef921ec50 100644 --- a/dev-db/postgis/postgis-2.3.2-r1.ebuild +++ b/dev-db/postgis/postgis-2.3.2-r1.ebuild @@ -124,9 +124,10 @@ src_install() { emake -C topology DESTDIR="${D}" install dobin ./utils/postgis_restore.pl - dodoc CREDITS TODO loader/README.* doc/*txt + DOCS=( CREDITS TODO loader/README.* doc/*txt ) + use doc && local HTML_DOCS=( doc/html/{images,postgis.html,style.css} ) - use doc && dohtml -r doc/html/* + einstalldocs docinto topology dodoc topology/{TODO,README}
