summaryrefslogtreecommitdiff
path: root/dev-lang/python-exec/python-exec-2.4.6-r3.ebuild
AgeCommit message (Collapse)Author
2021-01-06dev-lang/python-exec: drop x86-macosFabian Groffen
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
2020-12-27dev-lang/python-exec: drop ppc-aix m68k-mintFabian Groffen
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
2020-12-11dev-lang/python-exec: call internal _python_export to avoid warningMike Gilbert
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
2020-12-09dev-lang/python-exec: Add USE=native-symlinks to break stuffMichał Górny
Following toolchain packages, let's add USE=native-symlinks (the name is far from perfect but consistency) that removes convenience python and python3 symlinks. This should help test that ebuilds don't rely on implicit Python versioning and use Python eclasses correctly. In other words, semi-broken ebuilds will fail early. Signed-off-by: Michał Górny <mgorny@gentoo.org>