commit: 2f63a06672fc2d739428ceeb6764d4ac2aad6256
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 28 19:02:58 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 28 19:39:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f63a066
dev-python/python-magic: Permit building binpkg with file[python]
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 <mgorny <AT> gentoo.org>
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 b152f45bad2..47ed926109a 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=(