summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-09-08 00:34:36 +0100
committerSam James <sam@gentoo.org>2022-09-08 00:34:36 +0100
commit98b863bdfc020222dd2e788899518b20ae2490aa (patch)
tree2b7a3731d6c52235edfc4327221e535c95586568
parentapp-text/xmlto: fix build w/ clang 15 (backport warning fixes) (diff)
downloadgentoo-98b863bd.tar.gz
gentoo-98b863bd.tar.bz2
gentoo-98b863bd.zip
app-text/xmlto: EAPI 8
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--app-text/xmlto/xmlto-0.0.28-r9.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-text/xmlto/xmlto-0.0.28-r9.ebuild b/app-text/xmlto/xmlto-0.0.28-r9.ebuild
index 1db249209926..1ac025998449 100644
--- a/app-text/xmlto/xmlto-0.0.28-r9.ebuild
+++ b/app-text/xmlto/xmlto-0.0.28-r9.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit autotools
@@ -22,8 +22,10 @@ RDEPEND="
text? ( || ( virtual/w3m www-client/elinks www-client/links www-client/lynx ) )
latex? ( dev-texlive/texlive-formatsextra )
"
-# We only depend on flex when we patch the input lexer.
DEPEND="${RDEPEND}"
+# We only depend on flex when we patch the input lexer.
+# We touch it in fix-warnings.patch.
+BDEPEND="sys-devel/flex"
DOCS=( AUTHORS ChangeLog FAQ NEWS README THANKS )