aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-12-03 19:55:18 -0800
committerZac Medico <zmedico@gentoo.org>2010-12-03 19:55:18 -0800
commit8553b7bcb4b0bef2973774c22cc2fa84682c464b (patch)
tree3e28cab375f5be563822440251ec60450efeacf4 /doc/package/ebuild/eapi/4.docbook
parentScheduler._run_pkg_pretend: call setcpv (diff)
downloadportage-8553b7bcb4b0bef2973774c22cc2fa84682c464b.tar.gz
portage-8553b7bcb4b0bef2973774c22cc2fa84682c464b.tar.bz2
portage-8553b7bcb4b0bef2973774c22cc2fa84682c464b.zip
EAPI 4: Support MERGE_TYPE (bug #347351)
Diffstat (limited to 'doc/package/ebuild/eapi/4.docbook')
-rw-r--r--doc/package/ebuild/eapi/4.docbook8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/package/ebuild/eapi/4.docbook b/doc/package/ebuild/eapi/4.docbook
index e69b698db..ed450984f 100644
--- a/doc/package/ebuild/eapi/4.docbook
+++ b/doc/package/ebuild/eapi/4.docbook
@@ -290,6 +290,14 @@ src_install() {
The AA and KV variables are no longer exported to the ebuild environment.
</para>
</section>
+ <section id='package-ebuild-eapi-4_pre1-variables-merge-type'>
+ <title>MERGE_TYPE</title>
+ <para>
+ The type of package that is being merged. Possible values are:
+ "source" if building and installing a package from source, "binary" if installing a binary
+ package, and "buildonly" if building a binary package without installing it.
+ </para>
+ </section>
<section id='package-ebuild-eapi-4_pre1-variables-replaced-versions'>
<title>REPLACING_VERSIONS and REPLACED_BY_VERSION</title>
<para>