commit: 6e1a3abc7fc7e5c9151c3d3cc2de33441908f2b0
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 20 14:55:30 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Nov 20 14:55:30 2024 +0000
URL: https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=6e1a3abc
dev-tex/tex4ht: sync with ::gentoo
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-tex/tex4ht/tex4ht-20230311_p69739.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-tex/tex4ht/tex4ht-20230311_p69739.ebuild
b/dev-tex/tex4ht/tex4ht-20230311_p69739.ebuild
index 17e21b3..b00377b 100644
--- a/dev-tex/tex4ht/tex4ht-20230311_p69739.ebuild
+++ b/dev-tex/tex4ht/tex4ht-20230311_p69739.ebuild
@@ -32,7 +32,7 @@ S="${WORKDIR}"
LICENSE="LPPL-1.2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
IUSE="doc java source"
COMMON_DEPEND="
@@ -78,7 +78,7 @@ src_compile() {
for f in tex4ht t4ht; do
$(tc-getCC) ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -o $f $f.c \
-DENVFILE="\"${EPREFIX}${TEXMF}/tex4ht/base/tex4ht.env\"" \
- -DHAVE_DIRENT_H -DKPATHSEA -lkpathsea \
+ -DANSI -DHAVE_DIRENT_H -DKPATHSEA -lkpathsea \
|| die "Compiling $f failed"
done
popd > /dev/null || die