diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:06:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:24:45 +0000 |
commit | 5c86c750c5b5662d4ce3da10ea0b937290437c24 (patch) | |
tree | eaf52a688329af2027d524f42eddf128208d2bca /dev-libs/template-glib | |
parent | dev-libs/libtracefs: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-5c86c750c5b5662d4ce3da10ea0b937290437c24.tar.gz gentoo-5c86c750c5b5662d4ce3da10ea0b937290437c24.tar.bz2 gentoo-5c86c750c5b5662d4ce3da10ea0b937290437c24.zip |
dev-libs/template-glib: sys-devel/bison -> app-alternatives/yacc
All of these will be using app-alternatives/yacc 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 | 2 |
1 files changed, 1 insertions, 1 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 ea03bbe34e30..52a0c01b99f1 100644 --- a/dev-libs/template-glib/template-glib-3.36.1.ebuild +++ b/dev-libs/template-glib/template-glib-3.36.1.ebuild @@ -24,7 +24,7 @@ DEPEND="${RDEPEND}" BDEPEND=" vala? ( $(vala_depend) ) dev-util/glib-utils - sys-devel/bison + app-alternatives/yacc app-alternatives/lex >=sys-devel/gettext-0.19.8 virtual/pkgconfig |