From d3811ca8919c2aa378c1f08e58cb8e5f2768be79 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 27 Feb 2015 19:31:43 +0100 Subject: [PATCH] xbps-src: show-build-deps: take only_for_archs into account. Silently error out if arch is not supported... my new bulk build code expects ERROR if pkg cannot be built for the target arch. --- common/xbps-src/shutils/show.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/xbps-src/shutils/show.sh b/common/xbps-src/shutils/show.sh index e2bb4519d88..a066f9d4fc7 100644 --- a/common/xbps-src/shutils/show.sh +++ b/common/xbps-src/shutils/show.sh @@ -50,6 +50,8 @@ show_pkg_files() { show_pkg_build_deps() { local f= + BEGIN_INSTALL=1 + check_pkg_arch $XBPS_CROSS_BUILD # build time deps for f in ${hostmakedepends} ${makedepends}; do echo "$f"