commit: 98b863bdfc020222dd2e788899518b20ae2490aa
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 7 23:34:36 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 7 23:34:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b863bd
app-text/xmlto: EAPI 8
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/xmlto/xmlto-0.0.28-r9.ebuild | 6 ++++--
1 file 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 )