From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AB82713825A for ; Sat, 14 May 2016 21:41:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65CB021C03C; Sat, 14 May 2016 21:41:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 091A321C03C for ; Sat, 14 May 2016 21:41:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 795343408A2 for ; Sat, 14 May 2016 21:41:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DC30334 for ; Sat, 14 May 2016 21:41:22 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: <1463261860.eff6ba6bff0523408fe7dd99136a35c23e998d52.jmbsvicetto@gentoo> Subject: [gentoo-commits] proj/qa-scripts:master commit in: / X-VCS-Repository: proj/qa-scripts X-VCS-Files: maintainer-needed.sh X-VCS-Directories: / X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: eff6ba6bff0523408fe7dd99136a35c23e998d52 X-VCS-Branch: master Date: Sat, 14 May 2016 21:41:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d2b96f3a-b955-4970-8407-2338d2bbb1fb X-Archives-Hash: dd2430f5927af2032e21060b3f36f14d commit: eff6ba6bff0523408fe7dd99136a35c23e998d52 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) gentoo org> AuthorDate: Sat May 14 21:36:08 2016 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo 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) 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 --maintainer-email=maintainer-needed@gentoo.org -n > ${tmpfile} || { cleanup; exit 1; } +portageq --no-filters --orphaned -n > ${tmpfile} || { cleanup; exit 1; } echo """