diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:06:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:24:46 +0000 |
commit | 18894782be1e323a73eaa5d2819dbc3e321f7fed (patch) | |
tree | d6227bc3594c54a2c9733d2bfb3568527664f176 /dev-libs/thrift | |
parent | dev-libs/template-glib: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-18894782be1e323a73eaa5d2819dbc3e321f7fed.tar.gz gentoo-18894782be1e323a73eaa5d2819dbc3e321f7fed.tar.bz2 gentoo-18894782be1e323a73eaa5d2819dbc3e321f7fed.zip |
dev-libs/thrift: 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/thrift')
-rw-r--r-- | dev-libs/thrift/thrift-0.18.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/thrift/thrift-0.18.1-r1.ebuild b/dev-libs/thrift/thrift-0.18.1-r1.ebuild index 3f5f9d879b7d..3fb46013b8dc 100644 --- a/dev-libs/thrift/thrift-0.18.1-r1.ebuild +++ b/dev-libs/thrift/thrift-0.18.1-r1.ebuild @@ -25,7 +25,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND=" app-alternatives/lex - sys-devel/bison + app-alternatives/yacc " REQUIRED_USE=" |