diff options
author | Sam James <sam@gentoo.org> | 2022-06-18 01:40:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-18 01:40:02 +0100 |
commit | 72583035a023663b1a1ce5c140c0df9e3833a9e6 (patch) | |
tree | 1dfc173d91c731f81c770555512ec526ff9635d7 /app-forensics/magicrescue | |
parent | media-sound/pulseaudio-daemon: Fix crash using pacmd play-file command (diff) | |
download | gentoo-72583035a023663b1a1ce5c140c0df9e3833a9e6.tar.gz gentoo-72583035a023663b1a1ce5c140c0df9e3833a9e6.tar.bz2 gentoo-72583035a023663b1a1ce5c140c0df9e3833a9e6.zip |
app-forensics/magicrescue: add missing Perl BDEPEND
Closes: https://bugs.gentoo.org/852671
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-forensics/magicrescue')
-rw-r--r-- | app-forensics/magicrescue/magicrescue-1.1.10-r2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-forensics/magicrescue/magicrescue-1.1.10-r2.ebuild b/app-forensics/magicrescue/magicrescue-1.1.10-r2.ebuild index 792a497947f0..013be7418c21 100644 --- a/app-forensics/magicrescue/magicrescue-1.1.10-r2.ebuild +++ b/app-forensics/magicrescue/magicrescue-1.1.10-r2.ebuild @@ -13,10 +13,12 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" +# - File collision with net-mail/safecat, bug #702004 +# - BDEPEND on perl for pod2man, bug #852671 DEPEND="sys-libs/gdbm:=" RDEPEND="${DEPEND} !net-mail/safecat" -# File collision with net-mail/safecat, bug #702004 +BDEPEND="dev-lang/perl" PATCHES=( "${FILESDIR}/${P}-ldflags.patch" |