xbps-src: expand usage of ignore-problems in reading pkgs
This commit is contained in:
parent
5a7e73b89a
commit
04f489e839
2 changed files with 14 additions and 14 deletions
18
xbps-src
18
xbps-src
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue