Display description field for all packages. Previously the package description was missing in the listing for packages that had no stable version or were otherwise masked on the host on which the script was run.
Signed-off-by: Brett A C Sheffield <[email protected]> --- maintainer-needed.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintainer-needed.sh b/maintainer-needed.sh index 221673c..af6ce8a 100755 --- a/maintainer-needed.sh +++ b/maintainer-needed.sh @@ -36,7 +36,7 @@ while read pkg; do echo """ <tr> <td>${pkg}</td> - <td>$(pquery --no-version --one-attr description ${pkg})</td> + <td>$(pquery --unfiltered --no-version --one-attr description ${pkg})</td> <td><a href=\"https://bugs.gentoo.org/buglist.cgi?quicksearch=${pkg}\">Open Bugs</a></td> <td><a href=\"genrdeps/rindex/${pkg}\">$(cat ${rdepdir}/rindex/${pkg} 2>/dev/null | wc -l)</a></td> <td><a href=\"genrdeps/dindex/${pkg}\">$(cat ${rdepdir}/dindex/${pkg} 2>/dev/null | wc -l)</a></td> -- 2.52.0
