diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:06:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:24:44 +0000 |
commit | e3e01ee4362cfd1b6ef91c6d0b6c8d620e270924 (patch) | |
tree | c436b4d9bcd6ca1e1d0c52bc1952dcf7597fae9d /dev-libs/libconfig | |
parent | dev-libs/libcgroup: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-e3e01ee4362cfd1b6ef91c6d0b6c8d620e270924.tar.gz gentoo-e3e01ee4362cfd1b6ef91c6d0b6c8d620e270924.tar.bz2 gentoo-e3e01ee4362cfd1b6ef91c6d0b6c8d620e270924.zip |
dev-libs/libconfig: 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/libconfig')
-rw-r--r-- | dev-libs/libconfig/libconfig-1.7.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libconfig/libconfig-1.7.3.ebuild b/dev-libs/libconfig/libconfig-1.7.3.ebuild index 12eef715344b..91f1fa4da8c5 100644 --- a/dev-libs/libconfig/libconfig-1.7.3.ebuild +++ b/dev-libs/libconfig/libconfig-1.7.3.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=7 @@ -20,7 +20,7 @@ RESTRICT="!test? ( test )" DEPEND=" sys-apps/texinfo - sys-devel/bison + app-alternatives/yacc sys-devel/libtool " |