Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 937262 - app-shells/zsh-syntax-highlighting-9999::darkelf needs EAPI bump
Summary: app-shells/zsh-syntax-highlighting-9999::darkelf needs EAPI bump
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Simon
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-04 04:31 UTC by Leonid Kopylov
Modified: 2024-10-10 07:03 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Leonid Kopylov 2024-08-04 04:31:24 UTC
After enabling darkelf repo, installing app-shells/zsh-syntax-highlighting-0.8.0 from gentoo portage, and each world update, causes this error:

 * ERROR: app-shells/zsh-syntax-highlighting-9999::darkelf failed (depend phase):
 *   git-r3: EAPI 6 not supported
 *
 * Call stack:
 *                             ebuild.sh, line 632:  Called source '/var/db/repos/darkelf/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-9999.ebuild'
 *   zsh-syntax-highlighting-9999.ebuild, line  11:  Called inherit 'git-r3'
 *                             ebuild.sh, line 312:  Called __qa_source '/var/db/repos/gentoo/eclass/git-r3.eclass'
 *                             ebuild.sh, line 123:  Called source '/var/db/repos/gentoo/eclass/git-r3.eclass'
 *                         git-r3.eclass, line  30:  Called die
 * The specific snippet of code:
 *      *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
 *
 * If you need support, post the output of `emerge --info '=app-shells/zsh-syntax-highlighting-9999::darkelf'`,
 * the complete build log and the output of `emerge -pqv '=app-shells/zsh-syntax-highlighting-9999::darkelf'`.
 * Working directory: '/usr/lib/python3.13/site-packages'
 * S: '/var/tmp/portage/app-shells/zsh-syntax-highlighting-9999/work/zsh-syntax-highlighting-9999'
Comment 1 Simon 2024-08-05 15:38:58 UTC
Yeah I think the whole repo needs an EAPI bump.
I have a lot to do right now, but I will try to do the update within a week. ^^
Comment 2 Leonid Kopylov 2024-10-10 07:03:34 UTC
it now complains about 0.6.0 version:

* ERROR: app-shells/zsh-syntax-highlighting-0.6.0::darkelf failed (depend phase):
 *   readme.gentoo-r1: EAPI 6 not supported
 *
 * Call stack:
 *                              ebuild.sh, line 632:  Called source '/var/db/repos/darkelf/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.6.0.ebuild'
 *   zsh-syntax-highlighting-0.6.0.ebuild, line   6:  Called inherit 'readme.gentoo-r1'
 *                              ebuild.sh, line 312:  Called __qa_source '/var/db/repos/gentoo/eclass/readme.gentoo-r1.eclass'
 *                              ebuild.sh, line 123:  Called source '/var/db/repos/gentoo/eclass/readme.gentoo-r1.eclass'
 *                readme.gentoo-r1.eclass, line  25:  Called die
 * The specific snippet of code:
 *      *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
 *
 * If you need support, post the output of `emerge --info '=app-shells/zsh-syntax-highlighting-0.6.0::darkelf'`,
 * the complete build log and the output of `emerge -pqv '=app-shells/zsh-syntax-highlighting-0.6.0::darkelf'`.
 * Working directory: '/usr/lib/python3.13/site-packages'
 * S: '/var/tmp/portage/app-shells/zsh-syntax-highlighting-0.6.0/work/zsh-syntax-highlighting-0.6.0'