commit: fb663103edb5e82f5c71ffd4a38fa51c3b835fc2
Author: layman <layman <AT> localhost>
AuthorDate: Mon Mar 14 01:06:50 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 01:39:16 2016 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=fb663103
scripts/check-tree.sh: compare overlay and tree versions
scripts/check-tree.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/scripts/check-tree.sh b/scripts/check-tree.sh
index 5ebc3ee..6dda711 100755
--- a/scripts/check-tree.sh
+++ b/scripts/check-tree.sh
@@ -13,5 +13,6 @@ slist=$(for i in ${list}; do
done | sort -u)
for i in $slist; do
- emerge -qvp $i
+ equery w $i
+# emerge -qvp $i
done