diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:06:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:24:46 +0000 |
commit | 386b32941c1a55d48bbe9e9b3545333d52705239 (patch) | |
tree | 7b75a111633993cdf88b107ccd7ddeed78368fa5 /dev-libs/yaz | |
parent | dev-libs/thrift: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-386b32941c1a55d48bbe9e9b3545333d52705239.tar.gz gentoo-386b32941c1a55d48bbe9e9b3545333d52705239.tar.bz2 gentoo-386b32941c1a55d48bbe9e9b3545333d52705239.zip |
dev-libs/yaz: 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-libs/yaz')
-rw-r--r-- | dev-libs/yaz/yaz-3.0.53.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/yaz/yaz-5.32.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/yaz/yaz-3.0.53.ebuild b/dev-libs/yaz/yaz-3.0.53.ebuild index ded4ba65e435..46ae1d0e9bb1 100644 --- a/dev-libs/yaz/yaz-3.0.53.ebuild +++ b/dev-libs/yaz/yaz-3.0.53.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=7 @@ -29,7 +29,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" dev-lang/tcl:0 - sys-devel/bison + app-alternatives/yacc >=sys-devel/libtool-2 virtual/pkgconfig " diff --git a/dev-libs/yaz/yaz-5.32.0.ebuild b/dev-libs/yaz/yaz-5.32.0.ebuild index b6f7992e0942..48b033719a76 100644 --- a/dev-libs/yaz/yaz-5.32.0.ebuild +++ b/dev-libs/yaz/yaz-5.32.0.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 @@ -35,7 +35,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" dev-lang/tcl:0 - sys-devel/bison + app-alternatives/yacc >=sys-devel/libtool-2 virtual/pkgconfig " |