From ddbcaa8271b039b4195e3c835a68c8bc07ae685b Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 1 Jun 2021 00:36:36 +0000 Subject: app-text/htmldoc: fix VariableScope (ED) Signed-off-by: Sam James --- app-text/htmldoc/htmldoc-1.9.11-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/htmldoc/htmldoc-1.9.11-r1.ebuild b/app-text/htmldoc/htmldoc-1.9.11-r1.ebuild index f34baa19af19..de7e4f8afa89 100644 --- a/app-text/htmldoc/htmldoc-1.9.11-r1.ebuild +++ b/app-text/htmldoc/htmldoc-1.9.11-r1.ebuild @@ -9,8 +9,8 @@ DESCRIPTION="Convert HTML pages into a PDF document" HOMEPAGE="https://www.msweet.org/htmldoc/" SRC_URI="https://github.com/michaelrsweet/${PN}/releases/download/v${PV}/${P}-source.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86" IUSE="fltk ssl" @@ -50,7 +50,7 @@ src_configure() { --disable-localzlib ) - CC="$(tc-getCC)" CXX="$(tc-getCXX)" DSTROOT="${ED}" econf "${myeconfargs[@]}" + CC="$(tc-getCC)" CXX="$(tc-getCXX)" econf "${myeconfargs[@]}" } src_install() { -- cgit v1.2.3-65-gdbad