diff options
| author | Michał Górny <mgorny@gentoo.org> | 2020-05-28 21:02:58 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2020-05-28 21:39:17 +0200 |
| commit | 2f63a06672fc2d739428ceeb6764d4ac2aad6256 (patch) | |
| tree | 93cf276466a94105555fb18fd389224a0bc6650b /dev-python | |
| parent | 30fc3d17b3302b6edbd65454e3563c855eb783c5 (diff) | |
| download | gentoo-2f63a06672fc2d739428ceeb6764d4ac2aad6256.tar.gz gentoo-2f63a06672fc2d739428ceeb6764d4ac2aad6256.tar.bz2 gentoo-2f63a06672fc2d739428ceeb6764d4ac2aad6256.zip | |
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@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/python-magic/python-magic-0.4.15-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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=( |
