diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:51:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:25 +0000 |
commit | 7340be0896ac6c6bf5453deb88bb7b7bf3ba1400 (patch) | |
tree | 1d2e2c93b53e90d5d0b908c1a360069e95b1a13d /sci-libs | |
parent | sci-geosciences/qgis: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-7340be0896ac6c6bf5453deb88bb7b7bf3ba1400.tar.gz gentoo-7340be0896ac6c6bf5453deb88bb7b7bf3ba1400.tar.bz2 gentoo-7340be0896ac6c6bf5453deb88bb7b7bf3ba1400.zip |
sci-libs/cfitsio: 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-libs')
-rw-r--r-- | sci-libs/cfitsio/cfitsio-3.490.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/cfitsio/cfitsio-4.0.0.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/cfitsio/cfitsio-4.1.0-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/cfitsio/cfitsio-4.1.0.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/cfitsio/cfitsio-4.2.0.ebuild | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/sci-libs/cfitsio/cfitsio-3.490.ebuild b/sci-libs/cfitsio/cfitsio-3.490.ebuild index 5f12eb26940e..e92820f2432a 100644 --- a/sci-libs/cfitsio/cfitsio-3.490.ebuild +++ b/sci-libs/cfitsio/cfitsio-3.490.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=7 @@ -18,7 +18,7 @@ IUSE="bzip2 curl cpu_flags_x86_sse2 cpu_flags_x86_ssse3" BDEPEND=" sys-devel/bison - sys-devel/flex + app-alternatives/lex " RDEPEND=" sys-libs/zlib[${MULTILIB_USEDEP}] diff --git a/sci-libs/cfitsio/cfitsio-4.0.0.ebuild b/sci-libs/cfitsio/cfitsio-4.0.0.ebuild index 9d0e3cc3f56e..2c8884e1b513 100644 --- a/sci-libs/cfitsio/cfitsio-4.0.0.ebuild +++ b/sci-libs/cfitsio/cfitsio-4.0.0.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 @@ -16,7 +16,7 @@ IUSE="bzip2 curl cpu_flags_x86_sse2 cpu_flags_x86_ssse3" BDEPEND=" sys-devel/bison - sys-devel/flex + app-alternatives/lex " RDEPEND=" sys-libs/zlib[${MULTILIB_USEDEP}] diff --git a/sci-libs/cfitsio/cfitsio-4.1.0-r1.ebuild b/sci-libs/cfitsio/cfitsio-4.1.0-r1.ebuild index bff628779a26..34d6eecd5621 100644 --- a/sci-libs/cfitsio/cfitsio-4.1.0-r1.ebuild +++ b/sci-libs/cfitsio/cfitsio-4.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ IUSE="bzip2 curl threads tools cpu_flags_x86_sse2 cpu_flags_x86_ssse3" BDEPEND=" sys-devel/bison - sys-devel/flex + app-alternatives/lex " RDEPEND=" sys-libs/zlib[${MULTILIB_USEDEP}] diff --git a/sci-libs/cfitsio/cfitsio-4.1.0.ebuild b/sci-libs/cfitsio/cfitsio-4.1.0.ebuild index 5983f292ee22..21b8cd7d9111 100644 --- a/sci-libs/cfitsio/cfitsio-4.1.0.ebuild +++ b/sci-libs/cfitsio/cfitsio-4.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ IUSE="bzip2 curl threads tools cpu_flags_x86_sse2 cpu_flags_x86_ssse3" BDEPEND=" sys-devel/bison - sys-devel/flex + app-alternatives/lex " RDEPEND=" sys-libs/zlib[${MULTILIB_USEDEP}] diff --git a/sci-libs/cfitsio/cfitsio-4.2.0.ebuild b/sci-libs/cfitsio/cfitsio-4.2.0.ebuild index 157232b831b2..557686fe9222 100644 --- a/sci-libs/cfitsio/cfitsio-4.2.0.ebuild +++ b/sci-libs/cfitsio/cfitsio-4.2.0.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 @@ -16,7 +16,7 @@ IUSE="bzip2 curl threads tools cpu_flags_x86_sse2 cpu_flags_x86_ssse3" BDEPEND=" sys-devel/bison - sys-devel/flex + app-alternatives/lex " RDEPEND=" sys-libs/zlib[${MULTILIB_USEDEP}] |