commit: 96a8ba192b5157dbc1af08b245587cd46f757074
Author: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 25 12:04:41 2015 +0000
Commit: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sat Apr 25 12:29:15 2015 +0000
URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=96a8ba19
maintainer-needed.sh: Pass --no-filters to portageq
Pass --no-filters to portageq in order to ignore
ACCEPT_{KEYWORDS,LICENSE}, package.mask files etc.
maintainer-needed.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/maintainer-needed.sh b/maintainer-needed.sh
index e2c189b..1488e0b 100755
--- a/maintainer-needed.sh
+++ b/maintainer-needed.sh
@@ -9,7 +9,7 @@ cleanup () {
[[ -e ${tmpfile} ]] && rm ${tmpfile}
}
-portageq [email protected] -n > ${tmpfile} || {
cleanup; exit 1; }
+portageq --no-filters [email protected] -n >
${tmpfile} || { cleanup; exit 1; }
echo """
<html>