diff options
-rw-r--r-- | app-text/html2text/html2text-2.0.1.ebuild | 5 | ||||
-rw-r--r-- | app-text/html2text/html2text-9999.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/app-text/html2text/html2text-2.0.1.ebuild b/app-text/html2text/html2text-2.0.1.ebuild index 9d6731b5bc81..124d0962c321 100644 --- a/app-text/html2text/html2text-2.0.1.ebuild +++ b/app-text/html2text/html2text-2.0.1.ebuild @@ -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() { 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() { |