summaryrefslogtreecommitdiff
blob: e0351c73aa9030fef076cc51ea8f1bf3385f91b6 (plain)
1
2
3
4
5
#!/bin/sh

PYTHON_VERSION=$(eselect python show --ABI | sed 's/^\([0-9][0-9]*\)\..*/\1/');

gcc-with-python${PYTHON_VERSION} $@