From ccc68d5f393caba3e09f9440740802dd85dc24cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awomir=20Nizio?= Date: Sun, 29 Mar 2020 16:42:45 +0200 Subject: [PATCH] [app-portage/unsymlink-lib] switch dep. to python:2.7 On system that doesn't have Python 3.6 already, it is installed early to satisfy unsymlink-lib's dependency... and it borks because the installation is done before the profile migration. I removed the python:3.6 dependencies to be on the safer side with respect to package installation order. Credits for noticing go to some optiz0r's VM. Thanks, VM! ;) --- app-portage/unsymlink-lib/unsymlink-lib-17-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/unsymlink-lib/unsymlink-lib-17-r1.ebuild b/app-portage/unsymlink-lib/unsymlink-lib-17-r1.ebuild index e70e33b01..e54c35dfc 100644 --- a/app-portage/unsymlink-lib/unsymlink-lib-17-r1.ebuild +++ b/app-portage/unsymlink-lib/unsymlink-lib-17-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 DESCRIPTION="Convert your system to SYMLINK_LIB=no"