summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/python: Set PYTHON_SITEDIR manuallyMike Gilbert2015-11-111-1/+2
| | | | | | | | The eclass change in fd4001e9 causes python_export to call ${PYTHON} to obtain PYTHON_SITEDIR. This returns an empty string if ${PYTHON} has not yet been merged. Package-Manager: portage-2.2.23_p26
* dev-lang/python: Correct SLOT use after subslot introductionMichał Górny2015-11-111-14/+16
|
* dev-lang/python: Remove python-config-X.Y compatibilityMichał Górny2015-11-111-3/+0
| | | | | Remove the python-config-X.Y symlinks that were added as the Gentoo divergence compatibility.
* dev-lang/python: Replace python3.x executables with symlinksMichał Górny2015-11-111-0/+8
| | | | | Replace python3.X executables (duplicate to python3.Xm) installed by the build system with symlinks to the ABIFLAGS-enabled variants.
* dev-lang/python: Re-enable ABIFLAGS on python3.3+Michał Górny2015-11-111-0/+313
Disable the ABIFLAGS removal that was introduced on python3.2+ for 'aesthetic reasons'. This caused Gentoo Python installations to unnecessarily diverge from upstream and promote bad development practices.