diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:09:43 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:25:18 +0000 |
commit | 1bbe134dfd8063e9aa87a683c06e63de1fbd3d68 (patch) | |
tree | c515b19c97c8c92cfa46e2898bf6c6219c7bf28e /sys-process/at | |
parent | sys-power/iasl: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-1bbe134dfd8063e9aa87a683c06e63de1fbd3d68.tar.gz gentoo-1bbe134dfd8063e9aa87a683c06e63de1fbd3d68.tar.bz2 gentoo-1bbe134dfd8063e9aa87a683c06e63de1fbd3d68.zip |
sys-process/at: 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-process/at')
-rw-r--r-- | sys-process/at/at-3.2.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/at/at-3.2.5.ebuild b/sys-process/at/at-3.2.5.ebuild index e00f84a7515f..e4fbd3d6f641 100644 --- a/sys-process/at/at-3.2.5.ebuild +++ b/sys-process/at/at-3.2.5.ebuild @@ -31,7 +31,7 @@ RDEPEND="${DEPEND} " BDEPEND=" >=sys-devel/autoconf-2.64 - sys-devel/bison + app-alternatives/yacc app-alternatives/lex " |