diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:09:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:25:14 +0000 |
commit | a45d0562ce1e579faa447f2c29fde538e00cb5ab (patch) | |
tree | e1573d6ec264dcc8b3787d1480645cc14ffe7ad4 /sys-apps | |
parent | sys-apps/flatpak: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-a45d0562ce1e579faa447f2c29fde538e00cb5ab.tar.gz gentoo-a45d0562ce1e579faa447f2c29fde538e00cb5ab.tar.bz2 gentoo-a45d0562ce1e579faa447f2c29fde538e00cb5ab.zip |
sys-apps/gradm: 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-apps')
-rw-r--r-- | sys-apps/gradm/gradm-3.1.201903191516.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/gradm/gradm-3.1.201903191516.ebuild b/sys-apps/gradm/gradm-3.1.201903191516.ebuild index e698befc681e..018c2faa2dfe 100644 --- a/sys-apps/gradm/gradm-3.1.201903191516.ebuild +++ b/sys-apps/gradm/gradm-3.1.201903191516.ebuild @@ -18,7 +18,7 @@ IUSE="pam" RDEPEND="" DEPEND=" - sys-devel/bison + app-alternatives/yacc app-alternatives/lex pam? ( sys-libs/pam )" |