jorgicio / jorgicio-gentoo-overlay

Gentoo Overlay made by Jorgicio.
100 stars 50 forks source link

ulauncher: sync 5.15.0 to 9999 #374

Closed williamspatrick closed 1 year ago

williamspatrick commented 1 year ago

Recent changes were made to ulauncher-5.15.0 for later Python versions, but not applied to ulauncher-9999, resulting in:

* ERROR: x11-misc/ulauncher-9999::jorgicio failed (depend phase):
 *   No supported implementation in PYTHON_COMPAT.
 *
 * Call stack:
 *                ebuild.sh, line 628:  Called source '/var/db/repos/jorgicio/x11-misc/ulauncher/ulauncher-9999.ebuild'
 | *    ulauncher-9999.ebuild, line   8:  Called inherit 'desktop' 'distutils-r1'
 *                ebuild.sh, line 308:  Called __qa_source '/usr/portage/eclass/distutils-r1.eclass'
 *                ebuild.sh, line 123:  Called source '/usr/portage/eclass/distutils-r1.eclass'
 *      distutils-r1.eclass, line 195:  Called inherit 'python-r1'
 *                ebuild.sh, line 308:  Called __qa_source '/usr/portage/eclass/python-r1.eclass'
 *                ebuild.sh, line 123:  Called source '/usr/portage/eclass/python-r1.eclass'
 *         python-r1.eclass, line 236:  Called _python_set_globals
 *         python-r1.eclass, line 190:  Called _python_set_impls
 *   python-utils-r1.eclass, line 171:  Called die
 * The specific snippet of code:
 *          die "No supported implementation in PYTHON_COMPAT."

Sync these changes to ulauncher-9999 to squash the error.

Signed-off-by: Patrick Williams patrick@stwcx.xyz