Skip to content

Instantly share code, notes, and snippets.

@fboaventura
Created October 31, 2017 17:36
Show Gist options
  • Save fboaventura/9b19517eb39e96524d7854f434064ce8 to your computer and use it in GitHub Desktop.
Save fboaventura/9b19517eb39e96524d7854f434064ce8 to your computer and use it in GitHub Desktop.
Update dev-qt/* to new version
#!/bin/bash
QTVER="5"
emerge -avu1 $(qlist -IvC dev-qt/ | grep ${QTVER}. | sed s/-${QTVER}.*//)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment