4b8ee366e0f8ec69de34822cbc2ff45e4eb3a838
@@ -22,12 +22,18 @@ IUSE="" # eselect-python because of /usr/bin/python* collisions and new config # python versions because of missing $scriptdir/python* symlinks +# +# Sabayon workaround for Entropy <=309 systems, see: +# https://github.com/Sabayon/entropy/commit/2d65d5b7bf9aa3806721ce337b0a08925cd44fbf +# Keep in our overlay until mid-2018. +# Sabayon only supports Python 2.7 and 3.5. +# RDEPEND=" - !<app-eselect/eselect-python-20160206 - !<dev-lang/python-2.7.10-r4:2.7 + >=app-eselect/eselect-python-20160206 + >=dev-lang/python-2.7.10-r4:2.7 + >=dev-lang/python-3.5.0-r3:3.5 !<dev-lang/python-3.3.5-r4:3.3 - !<dev-lang/python-3.4.3-r4:3.4 - !<dev-lang/python-3.5.0-r3:3.5" + !<dev-lang/python-3.4.3-r4:3.4" src_configure() { local pyimpls=() i EPYTHON
…
Sabayon-distro overlay
This is a Gentoo overlay that contains ebuilds that are Sabayon specific and thus are not upstreamable.
If you are submitting a pull request or committing keep in mind:
- If the ebuild/fixes you are submitting are already available in layman, the correct place is community-repositories
- If the ebuild/fixes is generic and can be applied to Gentoo (e.g. optimizations, fixes) the correct place is sabayon overlay
Here goes:
- ebuilds that are developed for Sabayon
- ebuilds that are forked from Gentoo and customized for Sabayon, thus not upstreamable
Layman
This overlay is available in layman:
layman -a sabayon-distro
Description
Languages
Shell
86.5%
C
6.5%
Roff
3.1%
Python
1.5%
Awk
1%
Other
1.4%