From 2f63a06672fc2d739428ceeb6764d4ac2aad6256 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 28 May 2020 21:02:58 +0200 Subject: [PATCH] dev-python/python-magic: Permit building binpkg with file[python] MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The 'sys-apps/file[-python]' dep is there only to prevent file collisions, so there is no need to force it for pure package builds. Signed-off-by: Michał Górny --- dev-python/python-magic/python-magic-0.4.15-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-magic/python-magic-0.4.15-r1.ebuild b/dev-python/python-magic/python-magic-0.4.15-r1.ebuild index b152f45bad24..47ed926109ab 100644 --- a/dev-python/python-magic/python-magic-0.4.15-r1.ebuild +++ b/dev-python/python-magic/python-magic-0.4.15-r1.ebuild @@ -20,7 +20,7 @@ RESTRICT="!test? ( test )" RDEPEND="sys-apps/file[-python]" BDEPEND=" - test? ( ${RDEPEND} ) + test? ( sys-apps/file ) " PATCHES=( -- 2.26.2