From 8cf5a10ab2a91ebe4c0dda3f47f237105db29b81 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 8 Jan 2024 11:51:44 +0000 Subject: sci-geosciences/qgis: 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 --- sci-geosciences/qgis/qgis-3.28.10.ebuild | 4 ++-- sci-geosciences/qgis/qgis-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sci-geosciences') diff --git a/sci-geosciences/qgis/qgis-3.28.10.ebuild b/sci-geosciences/qgis/qgis-3.28.10.ebuild index 0b05c62dcfab..ed59eba5d196 100644 --- a/sci-geosciences/qgis/qgis-3.28.10.ebuild +++ b/sci-geosciences/qgis/qgis-3.28.10.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 @@ -106,7 +106,7 @@ RDEPEND="${COMMON_DEPEND} BDEPEND="${PYTHON_DEPS} dev-qt/linguist-tools:5 sys-devel/bison - sys-devel/flex + app-alternatives/lex doc? ( app-doc/doxygen ) test? ( $(python_gen_cond_dep ' diff --git a/sci-geosciences/qgis/qgis-9999.ebuild b/sci-geosciences/qgis/qgis-9999.ebuild index a2d3bae6931f..f123bd0a4c32 100644 --- a/sci-geosciences/qgis/qgis-9999.ebuild +++ b/sci-geosciences/qgis/qgis-9999.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 @@ -111,7 +111,7 @@ RDEPEND="${COMMON_DEPEND} BDEPEND="${PYTHON_DEPS} dev-qt/linguist-tools:5 sys-devel/bison - sys-devel/flex + app-alternatives/lex test? ( $(python_gen_cond_dep ' dev-python/PyQt5[${PYTHON_USEDEP},testlib] -- cgit v1.2.3-65-gdbad