diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:48:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:47 +0000 |
commit | 0e33c737fe776b5eefdb825a87efab987fd12f98 (patch) | |
tree | 91080bc4c85d69712a00fd6e5a23f928e4c81d79 /dev-libs | |
parent | dev-libs/template-glib: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-0e33c737fe776b5eefdb825a87efab987fd12f98.tar.gz gentoo-0e33c737fe776b5eefdb825a87efab987fd12f98.tar.bz2 gentoo-0e33c737fe776b5eefdb825a87efab987fd12f98.zip |
dev-libs/thrift: 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')
-rw-r--r-- | dev-libs/thrift/thrift-0.18.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/thrift/thrift-0.18.1-r1.ebuild b/dev-libs/thrift/thrift-0.18.1-r1.ebuild index 47609a5fcbe4..3f5f9d879b7d 100644 --- a/dev-libs/thrift/thrift-0.18.1-r1.ebuild +++ b/dev-libs/thrift/thrift-0.18.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,7 +24,7 @@ DEPEND=" " RDEPEND="${DEPEND}" BDEPEND=" - sys-devel/flex + app-alternatives/lex sys-devel/bison " |