Files
sablink-distro/dev-lang/python-exec
Fabio Erculiani 4b8ee366e0 [dev-lang/python-exec] temp fork ebuild to fix Entropy bug (see ebuild)
@@ -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
2017-10-08 22:16:22 +02:00
..