diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:49:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:01 +0000 |
commit | f270d6f596a06d2305daa90c2b8934058c1584bb (patch) | |
tree | 6364bb73ca501db8da2c5dfff12bd850b1d165ab /media-gfx | |
parent | media-gfx/openscad: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-f270d6f596a06d2305daa90c2b8934058c1584bb.tar.gz gentoo-f270d6f596a06d2305daa90c2b8934058c1584bb.tar.bz2 gentoo-f270d6f596a06d2305daa90c2b8934058c1584bb.zip |
media-gfx/xpaint: 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/xpaint/xpaint-3.1.4-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/xpaint/xpaint-3.1.4-r4.ebuild b/media-gfx/xpaint/xpaint-3.1.4-r4.ebuild index 200d620913c7..7fa45d9e3582 100644 --- a/media-gfx/xpaint/xpaint-3.1.4-r4.ebuild +++ b/media-gfx/xpaint/xpaint-3.1.4-r4.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=8 @@ -33,7 +33,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" sys-devel/bison - sys-devel/flex + app-alternatives/lex virtual/pkgconfig " |