This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
$(which eix) --compact --installed --use python_targets_python2_7 \ | |
--not --use python_targets_python3_5 --not --use python_targets_python3_4 \ | |
--not --use python_targets_python3_3 --not --use python_targets_python3_2 \ | |
| sed -n 's/^\[I\] \(.*\/.*\) ([[:digit:]].*$/\1/p' \ | |
| awk '{print $1" python_targets_python2_7"}' \ | |
> /etc/portage/package.use/python2_7 |
NewerOlder