use qlist instead eix to list installed pkg

This commit is contained in:
Jonas Stein 2017-11-18 17:30:33 +01:00
parent 5d4e44b271
commit a316978b53
1 changed files with 1 additions and 2 deletions

View File

@ -7,8 +7,7 @@
# Repository: https://github.com/jonasstein/packageneedsme
#
declare -a INSTALLED # declare an array
INSTALLED=( $(EIX_LIMIT=0 eix --installed --in-overlay 0 --only-names) )
INSTALLED=( $(qlist -RIC|grep gentoo| cut -f 1 -d":") )
echo "These installed packages have no maintainer. The package is waiting for you:"
for catpkg in "${INSTALLED[@]}"