xbps-src: expand usage of ignore-problems in reading pkgs

This commit is contained in:
Toyam Cox 2017-08-07 00:35:13 -04:00
parent 5a7e73b89a
commit 04f489e839
2 changed files with 14 additions and 14 deletions

View file

@ -722,35 +722,35 @@ case "$XBPS_TARGET" in
purge_distfiles
;;
show)
read_pkg ignore-broken
read_pkg ignore-problems
show_pkg
;;
show-avail)
read_pkg
read_pkg ignore-problems
show_avail
;;
show-files)
read_pkg
read_pkg ignore-problems
show_pkg_files
;;
show-deps)
read_pkg
read_pkg ignore-problems
show_pkg_deps
;;
show-build-deps)
read_pkg
read_pkg ignore-problems
show_pkg_build_deps
;;
show-options)
read_pkg
read_pkg ignore-problems
show_pkg_build_options
;;
show-shlib-provides)
read_pkg
read_pkg ignore-problems
show_pkg_shlib_provides
;;
show-shlib-requires)
read_pkg
read_pkg ignore-problems
show_pkg_shlib_requires
;;
show-var)
@ -777,7 +777,7 @@ case "$XBPS_TARGET" in
bulk_update -i
;;
update-check)
read_pkg ignore-broken
read_pkg ignore-problems
update_check
;;
update-hash-cache)