Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/minetest/
Date: Tue, 09 Apr 2019 23:57:23
Message-Id: 1554854221.b2ca4dfa12d11ab271c1db88f7739bec77ff1f57.soap@gentoo
1 commit: b2ca4dfa12d11ab271c1db88f7739bec77ff1f57
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 9 23:56:34 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 9 23:57:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2ca4dfa
7
8 games-action/minetest: Fix USE="doc"
9
10 Closes: https://bugs.gentoo.org/682988
11 Package-Manager: Portage-2.3.62, Repoman-2.3.12
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 games-action/minetest/minetest-5.0.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/games-action/minetest/minetest-5.0.1.ebuild b/games-action/minetest/minetest-5.0.1.ebuild
18 index 61809625372..32f400f2692 100644
19 --- a/games-action/minetest/minetest-5.0.1.ebuild
20 +++ b/games-action/minetest/minetest-5.0.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -101,7 +101,7 @@ src_compile() {
28
29 if use doc ; then
30 cmake-utils_src_compile doc
31 - HTML_DOCS=( "${CMAKE_BUILD_DIR}"/doc/html/. )
32 + HTML_DOCS=( "${BUILD_DIR}"/doc/html/. )
33 fi
34 }