| Summary: | savedconfig.eclass: port to EAPI=8 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Sergei Trofimovich <slyich> |
| Component: | Eclasses | Assignee: | Gentoo's Team for Core System packages <base-system> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Don't need it's dependency any more. Probably already fixed by commit b4e9cef639f16613feabe5275fca088409135eb0 Author: Mike Gilbert <floppym@gentoo.org> Date: Thu Sep 8 11:45:22 2022 -0400 savedconfig.eclass: support EAPI 8, drop EAPI 5 |
Noticed no EAPI=8 support when tried to use it: $ repoman manifest * ERROR: sys-apps/busybox-nix-sandbox-shell-1.33.1::nix-guix failed (depend phase): * portability: EAPI 8 not supported * * Call stack: * ebuild.sh, line 645: Called source '/home/slyfox/portage/nix-guix-gentoo/sys-apps/busybox-nix-sandbox-shell/busybox-nix-sandbox-shell-1.33.1.ebuild' * busybox-nix-sandbox-shell-1.33.1.ebuild, line 6: Called inherit 'flag-o-matic' 'savedconfig' 'toolchain-funcs' * ebuild.sh, line 329: Called __qa_source '/home/slyfox/portage/gentoo/eclass/savedconfig.eclass' * ebuild.sh, line 114: Called source '/home/slyfox/portage/gentoo/eclass/savedconfig.eclass' * savedconfig.eclass, line 33: Called inherit 'portability' * ebuild.sh, line 329: Called __qa_source '/home/slyfox/portage/gentoo/eclass/portability.eclass' * ebuild.sh, line 114: Called source '/home/slyfox/portage/gentoo/eclass/portability.eclass' * portability.eclass, line 14: Called die * The specific snippet of code: * *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;