From a5419ea83478b07194db0ed0227e4a5dc3ad34ec Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 8 Jan 2024 11:51:30 +0000 Subject: 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 --- sci-astronomy/wcslib/wcslib-7.11.ebuild | 4 ++-- sci-astronomy/wcslib/wcslib-7.12.ebuild | 4 ++-- sci-astronomy/wcslib/wcslib-7.3.1.ebuild | 4 ++-- sci-astronomy/wcslib/wcslib-7.3.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'sci-astronomy') 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() { -- cgit v1.2.3-65-gdbad