diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:52:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:03:07 +0000 |
commit | 23a2eae2038f630ba7b8bb7d829bc46c3bdfc463 (patch) | |
tree | d41830ed034490abe023c51b4c92166745d25f04 /sys-apps/miller | |
parent | sys-apps/lm-sensors: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-23a2eae2038f630ba7b8bb7d829bc46c3bdfc463.tar.gz gentoo-23a2eae2038f630ba7b8bb7d829bc46c3bdfc463.tar.bz2 gentoo-23a2eae2038f630ba7b8bb7d829bc46c3bdfc463.zip |
sys-apps/miller: 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/miller')
-rw-r--r-- | sys-apps/miller/miller-5.10.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/miller/miller-5.10.2.ebuild b/sys-apps/miller/miller-5.10.2.ebuild index 4daa197af23e..eb61094b4a27 100644 --- a/sys-apps/miller/miller-5.10.2.ebuild +++ b/sys-apps/miller/miller-5.10.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ KEYWORDS="amd64 arm x86" IUSE="doc test" RESTRICT="!test? ( test )" -DEPEND="sys-devel/flex" +DEPEND="app-alternatives/lex" src_prepare() { default |