diff options
author | 2024-01-08 11:47:53 +0000 | |
---|---|---|
committer | 2024-01-08 12:01:43 +0000 | |
commit | 4673eecd464f5b84829c734e2c5e718be2e3171b (patch) | |
tree | 3ac750b00b8aba78f7c004bbcfdd2c4a8f1d0ca9 /dev-libs/kopeninghours | |
parent | dev-libs/gobject-introspection: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-4673eecd464f5b84829c734e2c5e718be2e3171b.tar.gz gentoo-4673eecd464f5b84829c734e2c5e718be2e3171b.tar.bz2 gentoo-4673eecd464f5b84829c734e2c5e718be2e3171b.zip |
dev-libs/kopeninghours: 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/kopeninghours')
-rw-r--r-- | dev-libs/kopeninghours/kopeninghours-23.08.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/kopeninghours/kopeninghours-23.08.4.ebuild b/dev-libs/kopeninghours/kopeninghours-23.08.4.ebuild index 8c9a5cf8e1a4..02794ef1f6e4 100644 --- a/dev-libs/kopeninghours/kopeninghours-23.08.4.ebuild +++ b/dev-libs/kopeninghours/kopeninghours-23.08.4.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 @@ -40,7 +40,7 @@ RDEPEND="${DEPEND} " BDEPEND=" sys-devel/bison - sys-devel/flex + app-alternatives/lex " PATCHES=( "${FILESDIR}"/${PN}-22.04.0-boostpython.patch ) |