diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:52:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:03:12 +0000 |
commit | 8e32fc7daa426c250eacd46997f511b75ad3a534 (patch) | |
tree | 532897a800f65a0fde5c52684311817b0d9d042d /sys-process/at | |
parent | sys-power/iasl: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-8e32fc7daa426c250eacd46997f511b75ad3a534.tar.gz gentoo-8e32fc7daa426c250eacd46997f511b75ad3a534.tar.bz2 gentoo-8e32fc7daa426c250eacd46997f511b75ad3a534.zip |
sys-process/at: 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-process/at')
-rw-r--r-- | sys-process/at/at-3.2.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/at/at-3.2.5.ebuild b/sys-process/at/at-3.2.5.ebuild index c8c25a848c95..e00f84a7515f 100644 --- a/sys-process/at/at-3.2.5.ebuild +++ b/sys-process/at/at-3.2.5.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 @@ -32,7 +32,7 @@ RDEPEND="${DEPEND} BDEPEND=" >=sys-devel/autoconf-2.64 sys-devel/bison - >=sys-devel/flex-2.5.4a + app-alternatives/lex " PATCHES=( |