Lines 604-609
src_install() {
Link Here
|
604 |
</p> |
604 |
</p> |
605 |
</li> |
605 |
</li> |
606 |
<li> |
606 |
<li> |
|
|
607 |
<p><b>MERGE_TYPE</b></p> |
608 |
<p> |
609 |
The <c>MERGE_TYPE</c> variable contains the type of package that |
610 |
is being merged. Possible values are: |
611 |
<dl> |
612 |
<dt><c>source</c></dt> |
613 |
<dd><p> |
614 |
if building and installing a package from source, |
615 |
</p></dd> |
616 |
<dt><c>binary</c></dt> |
617 |
<dd><p> |
618 |
if installing a binary package, |
619 |
</p></dd> |
620 |
<dt><c>buildonly</c></dt> |
621 |
<dd><p> |
622 |
if building a binary package without installing it. |
623 |
</p></dd> |
624 |
</dl> |
625 |
</p> |
626 |
</li> |
627 |
<li> |
607 |
<p><b>AA and KV variables are gone</b></p> |
628 |
<p><b>AA and KV variables are gone</b></p> |
608 |
<p> |
629 |
<p> |
609 |
The <c>AA</c> and <c>KV</c> variables are no longer set in EAPI=4. |
630 |
The <c>AA</c> and <c>KV</c> variables are no longer set in EAPI=4. |
610 |
- |
|
|