summaryrefslogtreecommitdiff
blob: c19d12586859e9d7bf5a6137e168109b7f00af72 (plain)
1
for each in `grep inherit -r . | grep autotools | grep "ebuild:" | sort | sed s/^..// | sed s/:[a-zA-Z0-9\ \-]*//`; do echo "Grepping in $each" && grep WANT_AUTO $each; done