Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xmlto/
Date: Wed, 07 Sep 2022 23:34:52
Message-Id: 1662593676.98b863bdfc020222dd2e788899518b20ae2490aa.sam@gentoo
1 commit: 98b863bdfc020222dd2e788899518b20ae2490aa
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 7 23:34:36 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 23:34:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b863bd
7
8 app-text/xmlto: EAPI 8
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-text/xmlto/xmlto-0.0.28-r9.ebuild | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/app-text/xmlto/xmlto-0.0.28-r9.ebuild b/app-text/xmlto/xmlto-0.0.28-r9.ebuild
16 index 1db249209926..1ac025998449 100644
17 --- a/app-text/xmlto/xmlto-0.0.28-r9.ebuild
18 +++ b/app-text/xmlto/xmlto-0.0.28-r9.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2022 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 inherit autotools
27
28 @@ -22,8 +22,10 @@ RDEPEND="
29 text? ( || ( virtual/w3m www-client/elinks www-client/links www-client/lynx ) )
30 latex? ( dev-texlive/texlive-formatsextra )
31 "
32 -# We only depend on flex when we patch the input lexer.
33 DEPEND="${RDEPEND}"
34 +# We only depend on flex when we patch the input lexer.
35 +# We touch it in fix-warnings.patch.
36 +BDEPEND="sys-devel/flex"
37
38 DOCS=( AUTHORS ChangeLog FAQ NEWS README THANKS )