diff options
author | Joonas Niilola <juippis@gentoo.org> | 2025-01-21 15:49:06 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2025-01-21 15:53:04 +0200 |
commit | 129b5817568d990317fa937a5c3184d30bb0825e (patch) | |
tree | e78707fde111a6c89cdb1c8ccdd7b582679909fe /app-backup | |
parent | app-backup/amanda: Misc fixes (diff) | |
download | gentoo-129b5817568d990317fa937a5c3184d30bb0825e.tar.gz gentoo-129b5817568d990317fa937a5c3184d30bb0825e.tar.bz2 gentoo-129b5817568d990317fa937a5c3184d30bb0825e.zip |
app-backup/amanda: add missing bdeps to 3.5.4-r2
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/amanda/amanda-3.5.4-r2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-backup/amanda/amanda-3.5.4-r2.ebuild b/app-backup/amanda/amanda-3.5.4-r2.ebuild index ebbd5649c53c..ed950f08ffc3 100644 --- a/app-backup/amanda/amanda-3.5.4-r2.ebuild +++ b/app-backup/amanda/amanda-3.5.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -51,6 +51,8 @@ RDEPEND=" selinux? ( sec-policy/selinux-amanda ) " BDEPEND=" + app-alternatives/lex + app-alternatives/yacc app-text/docbook-xsl-stylesheets app-text/docbook-xml-dtd dev-lang/swig |