diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:52:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:03:07 +0000 |
commit | 3558213f73a5b999a168bb750c52bd8855ee0034 (patch) | |
tree | 503412421be6eaa194e9f5570540082083a1b1b8 /sys-apps/lm-sensors | |
parent | sys-apps/iproute2: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-3558213f73a5b999a168bb750c52bd8855ee0034.tar.gz gentoo-3558213f73a5b999a168bb750c52bd8855ee0034.tar.bz2 gentoo-3558213f73a5b999a168bb750c52bd8855ee0034.zip |
sys-apps/lm-sensors: sys-devel/flex -> app-alternatives/lex
All of these will be using app-alternatives/lex 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 | 4 |
1 files changed, 2 insertions, 2 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 456aa1f13440..efcf9eabc033 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 @@ -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 @@ -38,7 +38,7 @@ RDEPEND="${COMMON_DEPS} DEPEND="${COMMON_DEPS} sys-devel/bison - sys-devel/flex" + app-alternatives/lex" CONFIG_CHECK="~HWMON ~I2C_CHARDEV ~I2C" WARNING_HWMON="${PN} requires CONFIG_HWMON to be enabled for use." |