Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 302916 - git.eclass is not EAPI="3" compatible
Summary: git.eclass is not EAPI="3" compatible
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Tomáš Chvátal (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-30 22:34 UTC by Justin Lecher (RETIRED)
Modified: 2010-01-31 10:05 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 Justin Lecher (RETIRED) gentoo-dev 2010-01-30 22:34:26 UTC
If I run an ebuild with

EAPI="3"

inherit qt4

everything is fine, If I do the same with

EAPI="3"

inherit git qt4

I get

* ERROR: sci-chemistry/mifit-9999 failed:
 *   Unknown EAPI, Bug eclass maintainers.
 * 
 * Call stack:
 *           ebuild.sh, line 1870:  Called source '/data/local/sci-dev/sci-chemistry/mifit/mifit-9999.ebuild'
 *   mifit-9999.ebuild, line    7:  Called inherit 'git' 'qt4'
 *           ebuild.sh, line 1309:  Called qa_source '/usr/portage/eclass/git.eclass'
 *           ebuild.sh, line   35:  Called source '/usr/portage/eclass/git.eclass'
 *          git.eclass, line   25:  Called die
 * The specific snippet of code:
 *   	*) die "Unknown EAPI, Bug eclass maintainers." ;;
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2010-01-31 10:05:04 UTC
Yea yea fixed :P