This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

eclass

From Gentoo Wiki (test)
Jump to:navigation Jump to:search

Resources

An eclass is a collection of code which can be used by more than one ebuild.[1] At the time of writing, all eclasses live in the eclass/ directory of the Gentoo ebuild repository.

To use an eclass, it must be 'inherited'. This is done via the inherit function, which is provided by ebuild.sh. The inherit statement must come at the top of the ebuild, before any functions.[2]

External resources

References