diff options
Diffstat (limited to 'app-text/html2text/html2text-9999.ebuild')
-rw-r--r-- | app-text/html2text/html2text-9999.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-text/html2text/html2text-9999.ebuild b/app-text/html2text/html2text-9999.ebuild index f7558b5e8e28..124d0962c321 100644 --- a/app-text/html2text/html2text-9999.ebuild +++ b/app-text/html2text/html2text-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,9 +19,10 @@ HOMEPAGE="https://github.com/grobian/html2text" LICENSE="GPL-2" SLOT="0" -src_prepare() { - default +src_configure() { + # non-autoconf configure tc-export CXX + ./configure || die } src_compile() { |