Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 436420 - gnome2-utils.eclass should allow eapi 5 usage
Summary: gnome2-utils.eclass should allow eapi 5 usage
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 436422
  Show dependency tree
 
Reported: 2012-09-27 16:00 UTC by Mike Gilbert
Modified: 2012-09-27 17:20 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 Mike Gilbert gentoo-dev 2012-09-27 16:00:37 UTC
I would like to use this eclass for testing www-client/chromium without having to fork it into my overlay.

One issue I can see is the use of the prefix USE flag without IUSE=prefix. repoman seems to barf on that in ebuilds with EAPI 5.

I think prefix will end up being added to IUSE_IMPLICIT. See Zac's thread on gentoo-dev.
Comment 1 Ian Stakenvicius (RETIRED) gentoo-dev 2012-09-27 17:20:29 UTC
I just committed naive EAPI5 ebuild support, ie, all checks relating to EAPI4 now also pass for EAPI5.

This does not mean that the eclass shouldn't be otherwise updated for EAPI=5 features such as sub-slots/slot-operators.  Also, since IUSE_IMPLICIT's values are afaik not finalized I didn't make the eclass add 'prefix' to IUSE.  This should be done if it's decided that prefix will not be part of IUSE_IMPLICIT.