diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:30:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:30:17 +0000 |
commit | a317ada94471686df0a352f16406d965eaac4306 (patch) | |
tree | 7905098228033cb57b8944385b523b0c98da7c98 /dev-libs/gobject-introspection | |
parent | toolchain.eclass: fix lex, yacc versions (diff) | |
download | gentoo-a317ada94471686df0a352f16406d965eaac4306.tar.gz gentoo-a317ada94471686df0a352f16406d965eaac4306.tar.bz2 gentoo-a317ada94471686df0a352f16406d965eaac4306.zip |
Revert "dev-libs/gobject-introspection: sys-devel/bison -> app-alternatives/yacc"
This reverts commit 329379fc47cd3a98356c78270e6486b0afbeb1cd.
See comment in ebuild.
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 | 2 | ||||
-rw-r--r-- | dev-libs/gobject-introspection/gobject-introspection-1.78.1.ebuild | 2 |
2 files changed, 2 insertions, 2 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 82d79594b770..dd5dc146ec03 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-1.76.1.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-1.76.1.ebuild @@ -39,7 +39,7 @@ BDEPEND=" app-text/docbook-xml-dtd:4.3 app-text/docbook-xml-dtd:4.5 ) - app-alternatives/yacc + sys-devel/bison app-alternatives/lex test? ( x11-libs/cairo[glib] 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 c21f0435148b..9975bc0d72cd 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-1.78.1.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-1.78.1.ebuild @@ -39,7 +39,7 @@ BDEPEND=" app-text/docbook-xml-dtd:4.3 app-text/docbook-xml-dtd:4.5 ) - app-alternatives/yacc + sys-devel/bison app-alternatives/lex test? ( x11-libs/cairo[glib] |