diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:51:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:22 +0000 |
commit | a5419ea83478b07194db0ed0227e4a5dc3ad34ec (patch) | |
tree | eda0c29f82afa0a90ffbfdd01e421ee19167c9b0 /sci-astronomy | |
parent | net-proxy/wwwoffle: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-a5419ea83478b07194db0ed0227e4a5dc3ad34ec.tar.gz gentoo-a5419ea83478b07194db0ed0227e4a5dc3ad34ec.tar.bz2 gentoo-a5419ea83478b07194db0ed0227e4a5dc3ad34ec.zip |
sci-astronomy/wcslib: 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-astronomy')
-rw-r--r-- | sci-astronomy/wcslib/wcslib-7.11.ebuild | 4 | ||||
-rw-r--r-- | sci-astronomy/wcslib/wcslib-7.12.ebuild | 4 | ||||
-rw-r--r-- | sci-astronomy/wcslib/wcslib-7.3.1.ebuild | 4 | ||||
-rw-r--r-- | sci-astronomy/wcslib/wcslib-7.3.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sci-astronomy/wcslib/wcslib-7.11.ebuild b/sci-astronomy/wcslib/wcslib-7.11.ebuild index 0e550f6db2e3..2f5f4a45861c 100644 --- a/sci-astronomy/wcslib/wcslib-7.11.ebuild +++ b/sci-astronomy/wcslib/wcslib-7.11.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 @@ -21,7 +21,7 @@ RDEPEND=" pgplot? ( sci-libs/pgplot:0= )" DEPEND="${RDEPEND}" BDEPEND=" - >=sys-devel/flex-2.6.0 + app-alternatives/lex virtual/pkgconfig" src_configure() { diff --git a/sci-astronomy/wcslib/wcslib-7.12.ebuild b/sci-astronomy/wcslib/wcslib-7.12.ebuild index a67288ffaeee..aaaaa67bc91e 100644 --- a/sci-astronomy/wcslib/wcslib-7.12.ebuild +++ b/sci-astronomy/wcslib/wcslib-7.12.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 @@ -21,7 +21,7 @@ RDEPEND=" pgplot? ( sci-libs/pgplot:0= )" DEPEND="${RDEPEND}" BDEPEND=" - >=sys-devel/flex-2.6.0 + app-alternatives/lex virtual/pkgconfig" src_configure() { diff --git a/sci-astronomy/wcslib/wcslib-7.3.1.ebuild b/sci-astronomy/wcslib/wcslib-7.3.1.ebuild index c6f97ef59730..90795ca990bf 100644 --- a/sci-astronomy/wcslib/wcslib-7.3.1.ebuild +++ b/sci-astronomy/wcslib/wcslib-7.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,7 +20,7 @@ RDEPEND=" fits? ( sci-libs/cfitsio:0= ) pgplot? ( sci-libs/pgplot:0= )" DEPEND="${RDEPEND} - sys-devel/flex + app-alternatives/lex virtual/pkgconfig" src_configure() { diff --git a/sci-astronomy/wcslib/wcslib-7.3.ebuild b/sci-astronomy/wcslib/wcslib-7.3.ebuild index 9db899f0732f..cffd03763ea2 100644 --- a/sci-astronomy/wcslib/wcslib-7.3.ebuild +++ b/sci-astronomy/wcslib/wcslib-7.3.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 @@ -20,7 +20,7 @@ RDEPEND=" fits? ( sci-libs/cfitsio:0= ) pgplot? ( sci-libs/pgplot:0= )" DEPEND="${RDEPEND} - sys-devel/flex + app-alternatives/lex virtual/pkgconfig" src_configure() { |