diff options
author | Sam James <sam@gentoo.org> | 2022-04-11 00:02:26 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-11 00:02:26 +0100 |
commit | 96c0b1f1e57e2a8b5cded13c16998819af817094 (patch) | |
tree | 815d32b8fd85cbcc1a04d5153e94d014bdf423b2 /app-forensics | |
parent | media-tv/mythtv: Restrict version to <media-libs/dav1d-1.0.0 (diff) | |
download | gentoo-96c0b1f1e57e2a8b5cded13c16998819af817094.tar.gz gentoo-96c0b1f1e57e2a8b5cded13c16998819af817094.tar.bz2 gentoo-96c0b1f1e57e2a8b5cded13c16998819af817094.zip |
app-forensics/magicrescue: add subslot dep on gdbm
Bug: https://bugs.gentoo.org/837620
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/magicrescue/magicrescue-1.1.10-r2.ebuild (renamed from app-forensics/magicrescue/magicrescue-1.1.10-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-forensics/magicrescue/magicrescue-1.1.10-r1.ebuild b/app-forensics/magicrescue/magicrescue-1.1.10-r2.ebuild index 7c873a505675..792a497947f0 100644 --- a/app-forensics/magicrescue/magicrescue-1.1.10-r1.ebuild +++ b/app-forensics/magicrescue/magicrescue-1.1.10-r2.ebuild @@ -13,10 +13,10 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -DEPEND="sys-libs/gdbm" +DEPEND="sys-libs/gdbm:=" RDEPEND="${DEPEND} !net-mail/safecat" -# File collision with net-mail/safecat, #702004 +# File collision with net-mail/safecat, bug #702004 PATCHES=( "${FILESDIR}/${P}-ldflags.patch" |