app-portage/unsymlink-lib
Convert your system to SYMLINK_LIB
ChangeLog
commit 714376e876cd499116acf8e3b014fc77cfb356f9
Author: Sławomir Nizio <slawomir.nizio@sabayon.org>
Date: Fri Apr 3 20:46:22 2020 +0200
[app-portage/unsymlink-lib] remove all dependencies
Hopefully it will help Entropy consider it first. It still has to be
seen if it's enough. Now, some other packages can be upgraded first but
that's not good.
Something like priorities in packages.db.critical would be better but
even Entropy cannot be always upgraded before the profile migration
completes safely, so patching the code to do /things/ is out of question.
Thanks to dyingmuppet for testing and chat where this idea was born.
commit ccc68d5f393caba3e09f9440740802dd85dc24cd
Author: Sławomir Nizio <slawomir.nizio@sabayon.org>
Date: Sun Mar 29 16:42:45 2020 +0200
[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! ;)
commit 598eb248c975806c2775a8d7aa12adc7939d4287
Author: Sławomir Nizio <slawomir.nizio@sabayon.org>
Date: Sun Mar 29 16:40:33 2020 +0200
[app-portage/unsymlink-lib] add unmodified from Gentoo
Author: Sławomir Nizio <slawomir.nizio@sabayon.org>
Date: Fri Apr 3 20:46:22 2020 +0200
[app-portage/unsymlink-lib] remove all dependencies
Hopefully it will help Entropy consider it first. It still has to be
seen if it's enough. Now, some other packages can be upgraded first but
that's not good.
Something like priorities in packages.db.critical would be better but
even Entropy cannot be always upgraded before the profile migration
completes safely, so patching the code to do /things/ is out of question.
Thanks to dyingmuppet for testing and chat where this idea was born.
commit ccc68d5f393caba3e09f9440740802dd85dc24cd
Author: Sławomir Nizio <slawomir.nizio@sabayon.org>
Date: Sun Mar 29 16:42:45 2020 +0200
[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! ;)
commit 598eb248c975806c2775a8d7aa12adc7939d4287
Author: Sławomir Nizio <slawomir.nizio@sabayon.org>
Date: Sun Mar 29 16:40:33 2020 +0200
[app-portage/unsymlink-lib] add unmodified from Gentoo