void-packages/common/xbps-src
Juan RP a73783d17d
xbps-src: fix show_pkg_build_depends after af6e1a7e79.
af6e1a7e79 introduces dependencies based in subpkgs,
but this makes "xbps-src show-build-deps" return cyclic
dependencies in some cases, i.e:

$ ./xbps-src show-build-deps kirigami2
cmake
extra-cmake-modules
kcoreaddons
kirigami2
qt5
$

This is because `kirigami2-devel` depends on `kirigami2`, thus
introducing a cycle.

Skip cycles completely, note that "show-build-deps" should not
be used to collect deps for cross compilation, because you can't
know what type of dependency it is: host or target.
2020-04-15 13:12:26 +02:00
..
libexec Revert "xbps-src: create XBPS_WRAPPERDIR via libexec/build.sh." 2020-04-14 14:14:13 +02:00
shutils xbps-src: fix show_pkg_build_depends after af6e1a7e79. 2020-04-15 13:12:26 +02:00