Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 802255 - bash-completion-r1.eclass: add EAPI=8 support
Summary: bash-completion-r1.eclass: add EAPI=8 support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-15 09:25 UTC by Sergei Trofimovich (RETIRED)
Modified: 2022-04-12 04:38 UTC (History)
0 users

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 Sergei Trofimovich (RETIRED) gentoo-dev 2021-07-15 09:25:21 UTC
Noticed after a failed attempt to use EAPI=8 on new ebuild:

 * ERROR: dev-lang/crystal-1.1.0::gentoo failed (depend phase):
 *   EAPI 8 unsupported (yet).
 *
 * Call stack:
 *                   ebuild.sh, line 645:  Called source '/home/slyfox/portage/gentoo/dev-lang/crystal/crystal-1.1.0.ebuild'
 *        crystal-1.1.0.ebuild, line   6:  Called inherit 'bash-completion-r1' 'llvm' 'multiprocessing' 'toolchain-funcs'
 *                   ebuild.sh, line 329:  Called __qa_source '/home/slyfox/portage/gentoo/eclass/bash-completion-r1.eclass'
 *                   ebuild.sh, line 114:  Called source '/home/slyfox/portage/gentoo/eclass/bash-completion-r1.eclass'
 *   bash-completion-r1.eclass, line  30:  Called die
 * The specific snippet of code:
 *      *) die "EAPI ${EAPI} unsupported (yet)."
 *
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2021-07-16 13:10:13 UTC
Sent to the ml for review.
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-04-12 04:38:28 UTC
commit d9e60f491cb9ad6e0bf3328a027e30d8389b2553
Author: Michał Górny <mgorny@gentoo.org>
Date:   Sat Jul 17 00:33:21 2021 +0200

    bash-completion-r1.eclass: Add EAPI 8 support

    Signed-off-by: Michał Górny <mgorny@gentoo.org>
    Signed-off-by: David Seifert <soap@gentoo.org>