diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:07:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:24:55 +0000 |
commit | ff197c9c7f2912e56e79cd8dfd921b67d0621694 (patch) | |
tree | 163a8c3e447171aef5832faf8699479e8170e239 /media-gfx | |
parent | media-gfx/renderdoc: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-ff197c9c7f2912e56e79cd8dfd921b67d0621694.tar.gz gentoo-ff197c9c7f2912e56e79cd8dfd921b67d0621694.tar.bz2 gentoo-ff197c9c7f2912e56e79cd8dfd921b67d0621694.zip |
media-gfx/xpaint: sys-devel/bison -> app-alternatives/yacc
All of these will be using app-alternatives/yacc 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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/xpaint/xpaint-3.1.4-r4.ebuild b/media-gfx/xpaint/xpaint-3.1.4-r4.ebuild index 7fa45d9e3582..36ae35639ba2 100644 --- a/media-gfx/xpaint/xpaint-3.1.4-r4.ebuild +++ b/media-gfx/xpaint/xpaint-3.1.4-r4.ebuild @@ -32,7 +32,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/bison + app-alternatives/yacc app-alternatives/lex virtual/pkgconfig " |