diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:47:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:42 +0000 |
commit | edcdad2ace8ab1b3423b870bdb82aab0b08521da (patch) | |
tree | c5c713ce3a5f0c5a594a7729a84331feb06918fe /dev-libs/gobject-introspection | |
parent | dev-libs/foma: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-edcdad2ace8ab1b3423b870bdb82aab0b08521da.tar.gz gentoo-edcdad2ace8ab1b3423b870bdb82aab0b08521da.tar.bz2 gentoo-edcdad2ace8ab1b3423b870bdb82aab0b08521da.zip |
dev-libs/gobject-introspection: sys-devel/flex -> app-alternatives/lex
All of these will be using app-alternatives/lex anyway as they're not unsetting
YACC or LEX, so make the dep reflect reality.
(Included both YACC and LEX out of conservatism.)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/gobject-introspection')
-rw-r--r-- | dev-libs/gobject-introspection/gobject-introspection-1.76.1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/gobject-introspection/gobject-introspection-1.78.1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.76.1.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.76.1.ebuild index 256ebb39ff23..dd5dc146ec03 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-1.76.1.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-1.76.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -40,7 +40,7 @@ BDEPEND=" app-text/docbook-xml-dtd:4.5 ) sys-devel/bison - sys-devel/flex + app-alternatives/lex test? ( x11-libs/cairo[glib] $(python_gen_cond_dep ' diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.78.1.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.78.1.ebuild index ad9a71333c2c..9975bc0d72cd 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-1.78.1.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-1.78.1.ebuild @@ -40,7 +40,7 @@ BDEPEND=" app-text/docbook-xml-dtd:4.5 ) sys-devel/bison - sys-devel/flex + app-alternatives/lex test? ( x11-libs/cairo[glib] $(python_gen_cond_dep ' |