--- /usr/bin/euse 2014-11-25 01:29:35.000000000 -0500 +++ ./euse 2014-12-16 21:45:38.000000000 -0500 @@ -815,7 +815,7 @@ fi # Fetch all the packages data using this flag infos=$( grep -h ":${1} *-" ${ALL_PORTDIRS[@]/%//profiles/use.local.desc} 2> /dev/null \ - | sed -re "s/^([^:]+):(.*) *- *(.+)/\1|\2|\3/g") + | sed -re "s/^([^:]+):([^ ]*) *- *(.+)/\1|\2|\3/g") OIFS=$IFS; IFS=$'\n'; infos=($infos); IFS=$OIFS; for line in "${infos[@]}"; do OIFS=$IFS; IFS="|"; line=($line); IFS=$OIFS