diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:09:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:25:12 +0000 |
commit | 88e61be14c24883ab86ec625e3dcea4056125b1f (patch) | |
tree | 16524e27b642be221446a4b05fbf1877be95f2c1 /sci-visualization/labplot | |
parent | sci-mathematics/opensmt: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-88e61be14c24883ab86ec625e3dcea4056125b1f.tar.gz gentoo-88e61be14c24883ab86ec625e3dcea4056125b1f.tar.bz2 gentoo-88e61be14c24883ab86ec625e3dcea4056125b1f.zip |
sci-visualization/labplot: 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-visualization/labplot')
-rw-r--r-- | sci-visualization/labplot/labplot-2.10.1.ebuild | 4 | ||||
-rw-r--r-- | sci-visualization/labplot/labplot-2.9.0-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-visualization/labplot/labplot-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sci-visualization/labplot/labplot-2.10.1.ebuild b/sci-visualization/labplot/labplot-2.10.1.ebuild index 088be1870718..dceb294dff35 100644 --- a/sci-visualization/labplot/labplot-2.10.1.ebuild +++ b/sci-visualization/labplot/labplot-2.10.1.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 @@ -69,7 +69,7 @@ DEPEND=" RDEPEND="${DEPEND}" # not packaged: dev-qt/qtmqtt, bug 683994 BDEPEND=" - sys-devel/bison + app-alternatives/yacc sys-devel/gettext " diff --git a/sci-visualization/labplot/labplot-2.9.0-r1.ebuild b/sci-visualization/labplot/labplot-2.9.0-r1.ebuild index b6f8c3731bf2..0b0ac52a1aad 100644 --- a/sci-visualization/labplot/labplot-2.9.0-r1.ebuild +++ b/sci-visualization/labplot/labplot-2.9.0-r1.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 @@ -68,7 +68,7 @@ DEPEND=" RDEPEND="${DEPEND}" # not packaged: dev-qt/qtmqtt, bug 683994 BDEPEND=" - sys-devel/bison + app-alternatives/yacc sys-devel/gettext " diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild index 088be1870718..dceb294dff35 100644 --- a/sci-visualization/labplot/labplot-9999.ebuild +++ b/sci-visualization/labplot/labplot-9999.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 @@ -69,7 +69,7 @@ DEPEND=" RDEPEND="${DEPEND}" # not packaged: dev-qt/qtmqtt, bug 683994 BDEPEND=" - sys-devel/bison + app-alternatives/yacc sys-devel/gettext " |