diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:09:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:25:11 +0000 |
commit | bedb02664d224315b43c43a89795ba95cf8fbf36 (patch) | |
tree | bfd57e5a0b43c5c36ab41adab57fda4cd7febc45 /sci-libs | |
parent | sci-libs/cfitsio: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-bedb02664d224315b43c43a89795ba95cf8fbf36.tar.gz gentoo-bedb02664d224315b43c43a89795ba95cf8fbf36.tar.bz2 gentoo-bedb02664d224315b43c43a89795ba95cf8fbf36.zip |
sci-libs/cifparse-obj: 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 'sci-libs')
-rw-r--r-- | sci-libs/cifparse-obj/cifparse-obj-7.105.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/cifparse-obj/cifparse-obj-7.105.ebuild b/sci-libs/cifparse-obj/cifparse-obj-7.105.ebuild index 14379f9e97a4..84c808a677e9 100644 --- a/sci-libs/cifparse-obj/cifparse-obj-7.105.ebuild +++ b/sci-libs/cifparse-obj/cifparse-obj-7.105.ebuild @@ -18,7 +18,7 @@ IUSE="" RDEPEND="" DEPEND=" - sys-devel/bison + app-alternatives/yacc app-alternatives/lex" S="${WORKDIR}/${MY_P}" |