diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:09:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:25:14 +0000 |
commit | b6c6de77e41f8d5d10d1283d972b1f7fe3a07626 (patch) | |
tree | 339f67ce33e94bcb0b2a8253bbd03e657940c7fd /sys-apps/lm-sensors | |
parent | sys-apps/gradm: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-b6c6de77e41f8d5d10d1283d972b1f7fe3a07626.tar.gz gentoo-b6c6de77e41f8d5d10d1283d972b1f7fe3a07626.tar.bz2 gentoo-b6c6de77e41f8d5d10d1283d972b1f7fe3a07626.zip |
sys-apps/lm-sensors: 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 'sys-apps/lm-sensors')
-rw-r--r-- | sys-apps/lm-sensors/lm-sensors-3.6.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/lm-sensors/lm-sensors-3.6.0-r1.ebuild b/sys-apps/lm-sensors/lm-sensors-3.6.0-r1.ebuild index efcf9eabc033..90d472ac05e7 100644 --- a/sys-apps/lm-sensors/lm-sensors-3.6.0-r1.ebuild +++ b/sys-apps/lm-sensors/lm-sensors-3.6.0-r1.ebuild @@ -37,7 +37,7 @@ RDEPEND="${COMMON_DEPS} selinux? ( sec-policy/selinux-sensord )" DEPEND="${COMMON_DEPS} - sys-devel/bison + app-alternatives/yacc app-alternatives/lex" CONFIG_CHECK="~HWMON ~I2C_CHARDEV ~I2C" |