Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 685916 - xdg.eclass (EAPI="7"): Misplaced dependencies on dev-util/desktop-file-utils and x11-misc/shared-mime-info
Summary: xdg.eclass (EAPI="7"): Misplaced dependencies on dev-util/desktop-file-utils ...
Status: RESOLVED DUPLICATE of bug 660308
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Freedesktop bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-14 03:47 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2019-12-17 07:33 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch (xdg.eclass.patch,1.14 KB, patch)
2019-05-14 04:37 UTC, Arfrever Frehtes Taifersar Arahesis
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis 2019-05-14 03:47:34 UTC
In EAPI="7", xdg.eclass adds dependencies on dev-util/desktop-file-utils and x11-misc/shared-mime-info to DEPEND, but both of them are used here only as tools, and should be in BDEPEND.
Comment 1 Arfrever Frehtes Taifersar Arahesis 2019-05-14 04:37:03 UTC
Created attachment 576518 [details, diff]
Patch
Comment 2 Mike Gilbert gentoo-dev 2019-05-14 15:05:09 UTC
The tools are used in pkg functions, so both BDEPEND and DEPEND are not really appropriate.

This would technically require a new dependency class to express correctly.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-12-17 07:33:22 UTC

*** This bug has been marked as a duplicate of bug 660308 ***