diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:48:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:46 +0000 |
commit | e748ecb39de2d77666afaf2d247e385cf5af43de (patch) | |
tree | 7cf7e4a5e9870a773f94c52227ca8a529905e1aa /dev-libs/template-glib | |
parent | dev-libs/rasqal: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-e748ecb39de2d77666afaf2d247e385cf5af43de.tar.gz gentoo-e748ecb39de2d77666afaf2d247e385cf5af43de.tar.bz2 gentoo-e748ecb39de2d77666afaf2d247e385cf5af43de.zip |
dev-libs/template-glib: 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/template-glib')
-rw-r--r-- | dev-libs/template-glib/template-glib-3.36.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/template-glib/template-glib-3.36.1.ebuild b/dev-libs/template-glib/template-glib-3.36.1.ebuild index 9c669f09e590..ea03bbe34e30 100644 --- a/dev-libs/template-glib/template-glib-3.36.1.ebuild +++ b/dev-libs/template-glib/template-glib-3.36.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 @@ -25,7 +25,7 @@ BDEPEND=" vala? ( $(vala_depend) ) dev-util/glib-utils sys-devel/bison - sys-devel/flex + app-alternatives/lex >=sys-devel/gettext-0.19.8 virtual/pkgconfig gtk-doc? ( dev-util/gtk-doc ) |