diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:05:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:21:38 +0000 |
commit | bf87f1c8d9ce40db810b2f8e06cb41ab2e18566d (patch) | |
tree | a3babac380fff0c8e27d12b24200e5ae3f32491c /app-forensics/aide | |
parent | app-emulation/xen-tools: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-bf87f1c8d9ce40db810b2f8e06cb41ab2e18566d.tar.gz gentoo-bf87f1c8d9ce40db810b2f8e06cb41ab2e18566d.tar.bz2 gentoo-bf87f1c8d9ce40db810b2f8e06cb41ab2e18566d.zip |
app-forensics/aide: 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 'app-forensics/aide')
-rw-r--r-- | app-forensics/aide/aide-0.17.4-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-forensics/aide/aide-0.17.4-r4.ebuild b/app-forensics/aide/aide-0.17.4-r4.ebuild index 9dcb35b833b0..71aa7366350b 100644 --- a/app-forensics/aide/aide-0.17.4-r4.ebuild +++ b/app-forensics/aide/aide-0.17.4-r4.ebuild @@ -29,7 +29,7 @@ DEPEND="dev-libs/libpcre xattr? ( sys-apps/attr )" RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-aide )" -BDEPEND="sys-devel/bison +BDEPEND="app-alternatives/yacc app-alternatives/lex virtual/pkgconfig" |