Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/htmldoc/
Date: Tue, 01 Jun 2021 00:40:47
Message-Id: 1622507796.ddbcaa8271b039b4195e3c835a68c8bc07ae685b.sam@gentoo
1 commit: ddbcaa8271b039b4195e3c835a68c8bc07ae685b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 00:36:36 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 00:36:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddbcaa82
7
8 app-text/htmldoc: fix VariableScope (ED)
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-text/htmldoc/htmldoc-1.9.11-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-text/htmldoc/htmldoc-1.9.11-r1.ebuild b/app-text/htmldoc/htmldoc-1.9.11-r1.ebuild
16 index f34baa19af1..de7e4f8afa8 100644
17 --- a/app-text/htmldoc/htmldoc-1.9.11-r1.ebuild
18 +++ b/app-text/htmldoc/htmldoc-1.9.11-r1.ebuild
19 @@ -9,8 +9,8 @@ DESCRIPTION="Convert HTML pages into a PDF document"
20 HOMEPAGE="https://www.msweet.org/htmldoc/"
21 SRC_URI="https://github.com/michaelrsweet/${PN}/releases/download/v${PV}/${P}-source.tar.gz"
22
23 -SLOT="0"
24 LICENSE="GPL-2"
25 +SLOT="0"
26 KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86"
27 IUSE="fltk ssl"
28
29 @@ -50,7 +50,7 @@ src_configure() {
30 --disable-localzlib
31 )
32
33 - CC="$(tc-getCC)" CXX="$(tc-getCXX)" DSTROOT="${ED}" econf "${myeconfargs[@]}"
34 + CC="$(tc-getCC)" CXX="$(tc-getCXX)" econf "${myeconfargs[@]}"
35 }
36
37 src_install() {