commit: eff6ba6bff0523408fe7dd99136a35c23e998d52
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo
<DOT> org>
AuthorDate: Sat May 14 21:36:08 2016 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Sat May 14 21:37:40 2016 +0000
URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=eff6ba6b
Add fix for maintainer-needed.sh from Göktürk Yüksek (gokturk AT binghamton DOT
edu) - fixes bug 574220.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT>
gentoo.org>
maintainer-needed.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/maintainer-needed.sh b/maintainer-needed.sh
index b883614..05b5e42 100755
--- a/maintainer-needed.sh
+++ b/maintainer-needed.sh
@@ -9,7 +9,7 @@ cleanup () {
[[ -e ${tmpfile} ]] && rm ${tmpfile}
}
-portageq --no-filters [email protected] -n >
${tmpfile} || { cleanup; exit 1; }
+portageq --no-filters --orphaned -n > ${tmpfile} || { cleanup; exit 1; }
echo """
<html>