aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlayman <layman@localhost>2016-03-14 01:06:50 +0000
committerAnthony G. Basile <blueness@gentoo.org>2016-03-13 21:39:16 -0400
commitfb663103edb5e82f5c71ffd4a38fa51c3b835fc2 (patch)
tree14359ca056e83c5f45fca98db4fbf997bfb0cd46 /scripts
parentnet-wireless/bluez: in tree version 5.37 works (diff)
downloadmusl-fb663103edb5e82f5c71ffd4a38fa51c3b835fc2.tar.gz
musl-fb663103edb5e82f5c71ffd4a38fa51c3b835fc2.tar.bz2
musl-fb663103edb5e82f5c71ffd4a38fa51c3b835fc2.zip
scripts/check-tree.sh: compare overlay and tree versions
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-tree.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/check-tree.sh b/scripts/check-tree.sh
index 5ebc3eee..6dda7112 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