diff options
author | 2010-08-16 01:09:22 -0700 | |
---|---|---|
committer | 2010-08-16 01:09:22 -0700 | |
commit | fa5171546bca258ff8bf1c47963f095cf7fe4d24 (patch) | |
tree | e3a153b86f27363ce5da9c763ab92cf77e5fad64 /doc | |
parent | Bug #273643 - Document that the AA variable is gone in EAPI 4. (diff) | |
download | portage-fa5171546bca258ff8bf1c47963f095cf7fe4d24.tar.gz portage-fa5171546bca258ff8bf1c47963f095cf7fe4d24.tar.bz2 portage-fa5171546bca258ff8bf1c47963f095cf7fe4d24.zip |
Bug #273644 - Document that the KV variable is gone in EAPI 4.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/package/ebuild/eapi/4.docbook | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/package/ebuild/eapi/4.docbook b/doc/package/ebuild/eapi/4.docbook index 5f96618ee..eda4dc37d 100644 --- a/doc/package/ebuild/eapi/4.docbook +++ b/doc/package/ebuild/eapi/4.docbook @@ -196,10 +196,10 @@ src_install() { </section> <section id='package-ebuild-eapi-4_pre1-variables'> <title>Variables</title> - <section id='package-ebuild-eapi-4_pre1-variables-aa-removed'> - <title>AA variable is no longer exported</title> + <section id='package-ebuild-eapi-4_pre1-variables-aa-kv-removed'> + <title>AA and KV variables are no longer exported</title> <para> - The AA variable is no longer exported to the ebuild environment. + The AA and KV variables are no longer exported to the ebuild environment. </para> </section> </section> |