Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 90042
Collapse All | Expand All

(-)hb-guide-eclass.xml (-2 / +2 lines)
Lines 173-180 Link Here
173
	<p>then EXPORT_FUNCTIONS will call eval() on the following string:</p>
173
	<p>then EXPORT_FUNCTIONS will call eval() on the following string:</p>
174
174
175
	<pre>
175
	<pre>
176
src_unpack() { foo_src_compile() ; }
176
src_compile() { foo_src_compile() ; }
177
src_compile() { foo_src_compile() ; }</pre>
177
src_install() { foo_src_install() ; }</pre>
178
178
179
	<p>Now, whichever eclass is inherited last will define the
179
	<p>Now, whichever eclass is inherited last will define the
180
	default src_compile() function, but both functions can be
180
	default src_compile() function, but both functions can be

Return to bug 90042