diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:51:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:25 +0000 |
commit | 8cf5a10ab2a91ebe4c0dda3f47f237105db29b81 (patch) | |
tree | 6704ae8f912306fe92cc65c0af06a912dfc829b7 /sci-geosciences | |
parent | sci-geosciences/grass: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-8cf5a10ab2a91ebe4c0dda3f47f237105db29b81.tar.gz gentoo-8cf5a10ab2a91ebe4c0dda3f47f237105db29b81.tar.bz2 gentoo-8cf5a10ab2a91ebe4c0dda3f47f237105db29b81.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/qgis/qgis-3.28.10.ebuild | 4 | ||||
-rw-r--r-- | sci-geosciences/qgis/qgis-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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] |