Closed devurandom closed 6 years ago
The issue appears to be that the main
target depends on tests
instead of src
(https://github.com/gentoo/gentoo/pull/6794/commits/55c9e8be77f735a76ef5735da3a89f9dcb8a055c#diff-113e371887b4ff371cb56eae3d4a0deaR42) and Gentoo tries to opt out of the tests, breaking the dependency chain. It would be great, if qtpass could support this a little bit better by depending on src
directly.
main
should depend on src
and tests
should depend on main
I have no idea why this was reversed but it seems to work at-least as well in the correct as the way it was . .
This is now fixed in master
branch.
There appears to be a dependency issue between the
qtpass
binary andlibqtpass.so
:build.log
See-Also: https://bugs.gentoo.org/643526