diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:52:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:03:06 +0000 |
commit | 42345d421682302c2043a309498880c40358ec80 (patch) | |
tree | e09872fa4691042919b694dbd5ca1dd9c3de6b8d /sys-apps/hwinfo | |
parent | sys-apps/gradm: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-42345d421682302c2043a309498880c40358ec80.tar.gz gentoo-42345d421682302c2043a309498880c40358ec80.tar.bz2 gentoo-42345d421682302c2043a309498880c40358ec80.zip |
sys-apps/hwinfo: 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/hwinfo')
-rw-r--r-- | sys-apps/hwinfo/hwinfo-23.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/hwinfo/hwinfo-23.2-r1.ebuild b/sys-apps/hwinfo/hwinfo-23.2-r1.ebuild index a52bf7505817..57bb822ad347 100644 --- a/sys-apps/hwinfo/hwinfo-23.2-r1.ebuild +++ b/sys-apps/hwinfo/hwinfo-23.2-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 @@ -17,7 +17,7 @@ RDEPEND="amd64? ( dev-libs/libx86emu:= ) x86? ( dev-libs/libx86emu:= )" DEPEND="${RDEPEND} >=sys-kernel/linux-headers-2.6.17" -BDEPEND="sys-devel/flex" +BDEPEND="app-alternatives/lex" src_prepare() { default |