diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:09:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:25:17 +0000 |
commit | b5d54438a0962f8d0fcbfedaae6d9f9d8e757d39 (patch) | |
tree | cef58f1a36fee20778dfa5b20bf14df53967de7d /sys-power | |
parent | sys-libs/libstdc++-v3: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-b5d54438a0962f8d0fcbfedaae6d9f9d8e757d39.tar.gz gentoo-b5d54438a0962f8d0fcbfedaae6d9f9d8e757d39.tar.bz2 gentoo-b5d54438a0962f8d0fcbfedaae6d9f9d8e757d39.zip |
sys-power/iasl: 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-power')
-rw-r--r-- | sys-power/iasl/iasl-20200717.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-power/iasl/iasl-20200717.ebuild b/sys-power/iasl/iasl-20200717.ebuild index 2e15fd16ac2b..cf350d06be22 100644 --- a/sys-power/iasl/iasl-20200717.ebuild +++ b/sys-power/iasl/iasl-20200717.ebuild @@ -22,7 +22,7 @@ IUSE="test" RESTRICT="!test? ( test )" BDEPEND=" - sys-devel/bison + app-alternatives/yacc app-alternatives/lex" S="${WORKDIR}/${MY_P}" |