Gentoo 中打包确定依赖

/bin/cp 为例

objdump -p /bin/cp | grep NEEDED | awk '{print $2}' | xargs equery b | sort | uniq