From f6a3c514c0fa07d69ecec70304f9b9144f68d261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 3 Nov 2018 09:32:46 +0100 Subject: [PATCH] dev-python/memory_profiler: Add blocker on dev-lang/mercury MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/571176 Signed-off-by: Michał Górny --- dev-python/memory_profiler/memory_profiler-0.54.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/memory_profiler/memory_profiler-0.54.0.ebuild b/dev-python/memory_profiler/memory_profiler-0.54.0.ebuild index 9056339996114..c04c067d81f3f 100644 --- a/dev-python/memory_profiler/memory_profiler-0.54.0.ebuild +++ b/dev-python/memory_profiler/memory_profiler-0.54.0.ebuild @@ -15,8 +15,11 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +# dev-lang/mercury: collision on 'mprof' +# https://bugs.gentoo.org/571176 RDEPEND=" dev-python/psutil[${PYTHON_USEDEP}] + !dev-lang/mercury " DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]"