diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:51:03 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:16 +0000 |
commit | 776203ad86fb1fd2bb3f135ccff0cd82b20af7b0 (patch) | |
tree | 3eb6bcf2673444ded5f58116ef7a90bb1918506a /net-libs/gsoap | |
parent | net-libs/canlock: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-776203ad86fb1fd2bb3f135ccff0cd82b20af7b0.tar.gz gentoo-776203ad86fb1fd2bb3f135ccff0cd82b20af7b0.tar.bz2 gentoo-776203ad86fb1fd2bb3f135ccff0cd82b20af7b0.zip |
net-libs/gsoap: 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 'net-libs/gsoap')
-rw-r--r-- | net-libs/gsoap/gsoap-2.8.114-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/gsoap/gsoap-2.8.114-r1.ebuild b/net-libs/gsoap/gsoap-2.8.114-r1.ebuild index 22f9de64a49a..5df786a72bf3 100644 --- a/net-libs/gsoap/gsoap-2.8.114-r1.ebuild +++ b/net-libs/gsoap/gsoap-2.8.114-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=7 @@ -25,7 +25,7 @@ RDEPEND=" " DEPEND="${RDEPEND} app-arch/unzip - sys-devel/flex + app-alternatives/lex sys-devel/bison " |