diff options
author | Sam James <sam@gentoo.org> | 2022-09-08 00:34:36 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-08 00:34:36 +0100 |
commit | 98b863bdfc020222dd2e788899518b20ae2490aa (patch) | |
tree | 2b7a3731d6c52235edfc4327221e535c95586568 /app-text | |
parent | app-text/xmlto: fix build w/ clang 15 (backport warning fixes) (diff) | |
download | gentoo-98b863bdfc020222dd2e788899518b20ae2490aa.tar.gz gentoo-98b863bdfc020222dd2e788899518b20ae2490aa.tar.bz2 gentoo-98b863bdfc020222dd2e788899518b20ae2490aa.zip |
app-text/xmlto: EAPI 8
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/xmlto/xmlto-0.0.28-r9.ebuild | 6 |
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 ) |