diff options
author | Joonas Niilola <juippis@gentoo.org> | 2019-12-21 16:48:40 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-12-21 17:06:22 +0200 |
commit | 381a962ce979405a8a8c25950cb154e4a964901c (patch) | |
tree | 23c8d1d3661dd99b0638034d068e3112518d150b /app-forensics | |
parent | app-forensics/magicrescue: clean old EAPI-4 ebuild (diff) | |
download | gentoo-381a962ce979405a8a8c25950cb154e4a964901c.tar.gz gentoo-381a962ce979405a8a8c25950cb154e4a964901c.tar.bz2 gentoo-381a962ce979405a8a8c25950cb154e4a964901c.zip |
app-forensics/magicrescue: add blocker against net-mail/safecat
Closes: https://bugs.gentoo.org/702004
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/magicrescue/magicrescue-1.1.10.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-forensics/magicrescue/magicrescue-1.1.10.ebuild b/app-forensics/magicrescue/magicrescue-1.1.10.ebuild index 266a43f029c3..d9f26ef7e6b8 100644 --- a/app-forensics/magicrescue/magicrescue-1.1.10.ebuild +++ b/app-forensics/magicrescue/magicrescue-1.1.10.ebuild @@ -15,7 +15,9 @@ KEYWORDS="amd64 ~ppc x86" IUSE="" DEPEND="|| ( sys-libs/gdbm sys-libs/db:* )" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + !net-mail/safecat" +# File collision with net-mail/safecat, #702004 PATCHES=( "${FILESDIR}/${P}-ldflags.patch" "${FILESDIR}/${P}-remove_toolsdir.patch" ) |