xbps-src: expand usage of ignore-problems in reading pkgs
This commit is contained in:
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)
|
||||
|
Reference in New Issue
Block a user