diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:51:50 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:26 +0000 |
commit | 303e4ab055544dd3e85a5839b9150218857b1c3b (patch) | |
tree | 9413828650852231d90431a954e737c0d38584a3 /sci-libs | |
parent | sci-libs/cifparse-obj: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-303e4ab055544dd3e85a5839b9150218857b1c3b.tar.gz gentoo-303e4ab055544dd3e85a5839b9150218857b1c3b.tar.bz2 gentoo-303e4ab055544dd3e85a5839b9150218857b1c3b.zip |
sci-libs/libdap: 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/libdap/libdap-3.20.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/libdap/libdap-3.20.9.ebuild b/sci-libs/libdap/libdap-3.20.9.ebuild index 94352c46f41f..9530e363e851 100644 --- a/sci-libs/libdap/libdap-3.20.9.ebuild +++ b/sci-libs/libdap/libdap-3.20.9.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 @@ -22,7 +22,7 @@ RDEPEND=" sys-libs/zlib" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig - sys-devel/flex + app-alternatives/lex test? ( dev-util/cppunit )" PATCHES=( |