diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:49:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:59 +0000 |
commit | 73e21881038915c79699f268f751334c86fba280 (patch) | |
tree | b60e33c4e6ea66410022686fb1e2aeb8f59ba22d /media-gfx | |
parent | media-gfx/digikam: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-73e21881038915c79699f268f751334c86fba280.tar.gz gentoo-73e21881038915c79699f268f751334c86fba280.tar.bz2 gentoo-73e21881038915c79699f268f751334c86fba280.zip |
media-gfx/graphviz: 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 'media-gfx')
-rw-r--r-- | media-gfx/graphviz/graphviz-8.1.0.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/graphviz/graphviz-9.0.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-gfx/graphviz/graphviz-8.1.0.ebuild b/media-gfx/graphviz/graphviz-8.1.0.ebuild index aad3bcba5623..df90b78bcdf4 100644 --- a/media-gfx/graphviz/graphviz-8.1.0.ebuild +++ b/media-gfx/graphviz/graphviz-8.1.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 @@ -65,7 +65,7 @@ RDEPEND=" DEPEND="${RDEPEND} X? ( x11-base/xorg-proto )" BDEPEND=" - sys-devel/flex + app-alternatives/lex sys-devel/libtool virtual/pkgconfig doc? ( diff --git a/media-gfx/graphviz/graphviz-9.0.0.ebuild b/media-gfx/graphviz/graphviz-9.0.0.ebuild index 9d1aaab6a8f5..4eae180589ce 100644 --- a/media-gfx/graphviz/graphviz-9.0.0.ebuild +++ b/media-gfx/graphviz/graphviz-9.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 @@ -65,7 +65,7 @@ RDEPEND=" DEPEND="${RDEPEND} X? ( x11-base/xorg-proto )" BDEPEND=" - sys-devel/flex + app-alternatives/lex sys-devel/libtool virtual/pkgconfig doc? ( |