Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-magic/
Date: Thu, 28 May 2020 19:39:28
Message-Id: 1590694757.2f63a06672fc2d739428ceeb6764d4ac2aad6256.mgorny@gentoo
1 commit: 2f63a06672fc2d739428ceeb6764d4ac2aad6256
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 28 19:02:58 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 28 19:39:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f63a066
7
8 dev-python/python-magic: Permit building binpkg with file[python]
9
10 The 'sys-apps/file[-python]' dep is there only to prevent file
11 collisions, so there is no need to force it for pure package builds.
12
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 dev-python/python-magic/python-magic-0.4.15-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 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
19 index b152f45bad2..47ed926109a 100644
20 --- a/dev-python/python-magic/python-magic-0.4.15-r1.ebuild
21 +++ b/dev-python/python-magic/python-magic-0.4.15-r1.ebuild
22 @@ -20,7 +20,7 @@ RESTRICT="!test? ( test )"
23
24 RDEPEND="sys-apps/file[-python]"
25 BDEPEND="
26 - test? ( ${RDEPEND} )
27 + test? ( sys-apps/file )
28 "
29
30 PATCHES=(