diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:06:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:24:40 +0000 |
commit | 33ece3b5cae33c6835a7fcf4dabc2dbb771569c1 (patch) | |
tree | 6ac730adb7ac183287f8e340a5bff00c0e22771e /dev-games | |
parent | dev-embedded/u-boot-tools: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-33ece3b5cae33c6835a7fcf4dabc2dbb771569c1.tar.gz gentoo-33ece3b5cae33c6835a7fcf4dabc2dbb771569c1.tar.bz2 gentoo-33ece3b5cae33c6835a7fcf4dabc2dbb771569c1.zip |
dev-games/libnw: 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 'dev-games')
-rw-r--r-- | dev-games/libnw/libnw-1.30.02.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-games/libnw/libnw-1.30.02.ebuild b/dev-games/libnw/libnw-1.30.02.ebuild index 59c9f3ffa9c8..a0088cc59de1 100644 --- a/dev-games/libnw/libnw-1.30.02.ebuild +++ b/dev-games/libnw/libnw-1.30.02.ebuild @@ -15,7 +15,7 @@ KEYWORDS="amd64 x86" RDEPEND="!sci-biology/newick-utils" BDEPEND=" - sys-devel/bison + app-alternatives/yacc app-alternatives/lex" DOCS=( AUTHORS ChangeLog NEWS README README.tech TODO ) |